Layer 227
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

Gogram Example

// Creating MessagesFoundStickersObj constructor
obj := &tg.MessagesFoundStickersObj{
    NextOffset: nil,
    Hash: int64(1234567890),
    Stickers: &tg.VectorDocument{},
}