- Notifications
You must be signed in to change notification settings - Fork5.7k
Api 9.0 gifts#4763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Api 9.0 gifts#4763
Changes fromall commits
17afc6a
ed7238e
ac1a191
2929bf8
cb0f92c
680a4aa
d0d6bc8
017286a
e034b82
f1bbb32
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -411,6 +411,8 @@ | ||
* - :meth:`~telegram.Bot.get_business_connection` | ||
- Used for getting information about the business account. | ||
* - :meth:`~telegram.Bot.get_business_account_gifts` | ||
- Used for getting gifts owned by the business account. | ||
* - :meth:`~telegram.Bot.read_business_message` | ||
- Used for marking a message as read. | ||
* - :meth:`~telegram.Bot.delete_business_messages` | ||
@@ -421,6 +423,14 @@ | ||
- Used for setting the business account username. | ||
* - :meth:`~telegram.Bot.set_business_account_bio` | ||
- Used for setting the business account bio. | ||
* - :meth:`~telegram.Bot.set_business_account_gift_settings` | ||
- Used for setting the business account gift settings. | ||
* - :meth:`~telegram.Bot.convert_gift_to_stars` | ||
- Used for converting owned reqular gifts to stars. | ||
* - :meth:`~telegram.Bot.upgrade_gift` | ||
- Used for upgrading owned regular gifts to unique ones. | ||
* - :meth:`~telegram.Bot.transfer_gift` | ||
- Used for transferring owned unique gifts to another user. | ||
Comment on lines +428 to +433 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. should these go into "payments and stars" above? I guess in the end it doesn't matter much … | ||
.. raw:: html | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
AcceptedGiftTypes | ||
================= | ||
.. autoclass:: telegram.AcceptedGiftTypes | ||
:members: | ||
:show-inheritance: |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
GiftInfo | ||
======== | ||
.. autoclass:: telegram.GiftInfo | ||
:members: | ||
:show-inheritance: | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
OwnedGift | ||
========= | ||
.. autoclass:: telegram.OwnedGift | ||
:members: | ||
:show-inheritance: |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
OwnedGiftRegular | ||
================ | ||
.. autoclass:: telegram.OwnedGiftRegular | ||
:members: | ||
:show-inheritance: |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
OwnedGifts | ||
========== | ||
.. autoclass:: telegram.OwnedGifts | ||
:members: | ||
:show-inheritance: |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
OwnedGiftUnique | ||
=============== | ||
.. autoclass:: telegram.OwnedGiftUnique | ||
:members: | ||
:show-inheritance: |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
UniqueGift | ||
========== | ||
.. autoclass:: telegram.UniqueGift | ||
:members: | ||
:show-inheritance: | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
UniqueGiftBackdrop | ||
================== | ||
.. autoclass:: telegram.UniqueGiftBackdrop | ||
:members: | ||
:show-inheritance: | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
UniqueGiftBackdropColors | ||
======================== | ||
.. autoclass:: telegram.UniqueGiftBackdropColors | ||
:members: | ||
:show-inheritance: | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
UniqueGiftInfo | ||
============== | ||
.. autoclass:: telegram.UniqueGiftInfo | ||
:members: | ||
:show-inheritance: | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
UniqueGiftModel | ||
=============== | ||
.. autoclass:: telegram.UniqueGiftModel | ||
:members: | ||
:show-inheritance: | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
UniqueGiftSymbol | ||
================ | ||
.. autoclass:: telegram.UniqueGiftSymbol | ||
:members: | ||
:show-inheritance: | ||
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.