Layer 224
MessagesFoundStickersObj
Found stickers
constructor
messages.foundStickers#82c9e290 flags:# next_offset:flags.0?int hash:long stickers:Vector<Document> = messages.FoundStickers;
Parameters
| Name | Type | Description |
|---|---|---|
| NextOffset | flags.0?int | Offset for pagination |
| Hash | long | Hash used for caching, for more info click here |
| Stickers | Vector<Document> | Found stickers |
Returns
messages.FoundStickersGogram Example
// Creating MessagesFoundStickersObj constructor obj := &tg.MessagesFoundStickersObj{ Hash: int64(1234567890), Stickers: []tg.Document{&tg.Document{}}, // Optional fields: // NextOffset: 42, }