From 4332872ecd01b830bee9b0be2fb56b067f122873 Mon Sep 17 00:00:00 2001 From: Dmitry Kolomatskiy <58207913+lemontree210@users.noreply.github.com> Date: Wed, 28 Dec 2022 17:39:41 +0300 Subject: [PATCH] fix: remove `versionadded` it is supposed to be in #3412 only --- telegram/_bot.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/telegram/_bot.py b/telegram/_bot.py index 41fd7d8cd3f..35d35ef2a7b 100644 --- a/telegram/_bot.py +++ b/telegram/_bot.py @@ -6696,9 +6696,6 @@ async def create_invoice_link( float/double). At most :tg-const:`telegram.Invoice.MAX_TIP_AMOUNTS` suggested tip amounts can be specified. The suggested tip amounts must be positive, passed in a strictly increased order and must not exceed :paramref:`max_tip_amount`. - - .. versionchanged:: 20.0 - Accept :obj:`Sequence` instead of :obj:`List`. provider_data (:obj:`str` | :obj:`object`, optional): Data about the invoice, which will be shared with the payment provider. A detailed description of required fields should be provided by the payment provider. When an object is