Layer 227
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{ NextOffset: nil, Hash: int64(1234567890), Stickers: &tg.VectorDocument{}, }