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
- Split Message.reply_* bound methods into reply/answer
- Added some new bound methods
- Mark send_web_page as deprecated and removed reply_web_page bound method
- Update build dependencies
Closes#267
URL of the product photo for the invoice. Can be a photo of the goods or a marketing image for a service. People like it better when they see what they are paying for.
120
122
121
123
photo_size (``int``, *optional*):
122
-
Photo size in bytes
124
+
Photo size in bytes.
123
125
124
126
photo_width (``int``, *optional*):
125
-
Photo width
127
+
Photo width.
126
128
127
129
photo_height (``int``, *optional*):
128
-
Photo height
130
+
Photo height.
129
131
130
132
need_name (``bool``, *optional*):
131
133
Pass True if you require the user's full name to complete the order. Ignored for payments in `Telegram Stars <https://t.me/BotNews/90>`_.
0 commit comments