#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| int64 | offset_sticker_set_id_ |
| | Identifier of the sticker set from which to return owned sticker sets; use 0 to get results from the beginning.
|
| |
| int32 | limit_ |
| | The maximum number of sticker sets to be returned; must be positive and can't be greater than 100. For optimal performance, the number of returned objects is chosen by TDLib and can be smaller than the specified limit.
|
| |
|
| static const std::int32_t | ID = 1493074208 |
| | Identifier uniquely determining a type of the object.
|
| |
Returns sticker sets owned by the current user.
Returns object_ptr<StickerSets>.
Definition at line 109966 of file td_api.h.
◆ ReturnType
Typedef for the type returned by the function.
Definition at line 110002 of file td_api.h.
◆ getOwnedStickerSets() [1/2]
| td::td_api::getOwnedStickerSets::getOwnedStickerSets |
( |
| ) |
|
Default constructor for a function, which returns sticker sets owned by the current user.
Returns object_ptr<StickerSets>.
◆ getOwnedStickerSets() [2/2]
| td::td_api::getOwnedStickerSets::getOwnedStickerSets |
( |
int64 |
offset_sticker_set_id_, |
|
|
int32 |
limit_ |
|
) |
| |
Creates a function, which returns sticker sets owned by the current user.
Returns object_ptr<StickerSets>.
- Parameters
-
| [in] | offset_sticker_set_id_ | Identifier of the sticker set from which to return owned sticker sets; use 0 to get results from the beginning. |
| [in] | limit_ | The maximum number of sticker sets to be returned; must be positive and can't be greater than 100. For optimal performance, the number of returned objects is chosen by TDLib and can be smaller than the specified limit. |
◆ store()
| void td::td_api::getOwnedStickerSets::store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ ID
| const std::int32_t td::td_api::getOwnedStickerSets::ID = 1493074208 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 109999 of file td_api.h.
◆ limit_
| int32 td::td_api::getOwnedStickerSets::limit_ |
The maximum number of sticker sets to be returned; must be positive and can't be greater than 100. For optimal performance, the number of returned objects is chosen by TDLib and can be smaller than the specified limit.
Definition at line 109979 of file td_api.h.
◆ offset_sticker_set_id_
| int64 td::td_api::getOwnedStickerSets::offset_sticker_set_id_ |
Identifier of the sticker set from which to return owned sticker sets; use 0 to get results from the beginning.
Definition at line 109977 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h