Layer 220
constructor
stickerKeyword#fcfeb29c document_id:long keyword:Vector<string> = StickerKeyword;

Parameters

Name Type Description
DocumentId long Sticker ID
Keyword Vector<string> Keywords

Returns

StickerKeyword

Gogram Example

// Creating StickerKeyword constructor
obj := &tg.StickerKeyword{
    DocumentId: int64(0),
    Keyword: "...",
}