Layer 224
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 StickerKeywordObj constructor
obj := &tg.StickerKeywordObj{
    DocumentId: int64(1234567890),
    Keyword: "Hello, World!",
}