Layer 220
constructor
stickerPack#12b299d4 emoticon:string documents:Vector<long> = StickerPack;

Parameters

Name Type Description
Emoticon string Emoji
Documents Vector<long> Stickers

Returns

StickerPack

Gogram Example

// Creating StickerPack constructor
obj := &tg.StickerPack{
    Emoticon: "...",
    Documents: []long{},
}