Layer 224
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 |
|---|---|---|
| NextOffset | flags.0?int | Offset for pagination |
Returns
messages.FoundStickersGogram Example
// Creating MessagesFoundStickersNotModified constructor obj := &tg.MessagesFoundStickersNotModified{ // Optional fields: // NextOffset: 42, }