Layer 224
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 StickerPackObj constructor
obj := &tg.StickerPackObj{
    Emoticon: "Hello, World!",
    Documents: []long{},
}