Layer 220
MessagesFoundStickersNotModified
No new stickers were found for the specified query
constructor
messages.foundStickersNotModified#6010c534 flags:# next_offset:flags.0?int = messages.FoundStickers;
Parameters
| Name | Type | Description |
|---|---|---|
| Flags | # | Flags, see TL conditional fields |
| NextOffset | flags.0?int | Offset for pagination |
Returns
messages.FoundStickersGogram Example
// Creating MessagesFoundStickersNotModified constructor obj := &tg.MessagesFoundStickersNotModified{ // Optional fields: // NextOffset: 0, }