You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/errors/source/400_BAD_REQUEST.tsv
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -464,6 +464,7 @@ STORY_NOT_MODIFIED The new story information you passed is equal to the previous
464
464
STORY_PERIOD_INVALIDThe specified story period is invalid for this account.
465
465
STORY_SEND_FLOOD_MONTHLY_XYou've hit the monthly story limit as specified by the [`stories_sent_monthly_limit_*` client configuration parameters](https://core.telegram.org/api/config#stories-sent-monthly-limit-default): wait for the specified number of seconds before posting a new story.
466
466
STORY_SEND_FLOOD_WEEKLY_XYou've hit the weekly story limit as specified by the [`stories_sent_weekly_limit_*` client configuration parameters](https://core.telegram.org/api/config#stories-sent-weekly-limit-default): wait for the specified number of seconds before posting a new story.
467
+
SUBSCRIPTION_PERIOD_INVALIDThe subscription period is invalid.
467
468
SWITCH_PM_TEXT_EMPTYThe switch_pm.text field was empty.
468
469
SWITCH_WEBVIEW_URL_INVALIDThe URL specified in switch_webview.url is invalid!
"""Use this method to create a link for an invoice.
56
56
@@ -75,7 +75,7 @@ async def create_invoice_link(
75
75
provider_token (``str``, *optional*):
76
76
Payment provider token, obtained via `@BotFather <https://t.me/botfather>`_. Pass an empty string for payments in `Telegram Stars <https://t.me/BotNews/90>`_.
The number of seconds the subscription will be active for before the next payment. The currency must be set to "XTR" (Telegram Stars) if the parameter is used. Currently, it must always be 2592000 (30 days) if specified. Any number of subscriptions can be active for a given bot at the same time, including multiple concurrent subscriptions from the same user. Subscription price must no exceed ``stars_paid_post_amount_max`` Telegram Stars.
0 commit comments