mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Invoice token provider can be None (for telegram stars).
This commit is contained in:
parent
036a0a53d0
commit
990b1882c7
1 changed files with 1 additions and 1 deletions
|
|
@ -3673,9 +3673,9 @@ class Bot(BaseBot, DataMixin, ContextInstanceMixin):
|
|||
title: base.String,
|
||||
description: base.String,
|
||||
payload: base.String,
|
||||
provider_token: base.String,
|
||||
currency: base.String,
|
||||
prices: typing.List[types.LabeledPrice],
|
||||
provider_token: base.String = None,
|
||||
max_tip_amount: typing.Optional[base.Integer] = None,
|
||||
suggested_tip_amounts: typing.Optional[
|
||||
typing.List[base.Integer]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue