Layer 224
method Users
stickers.suggestShortName#4dafc503 title:string = stickers.SuggestedShortName;

Parameters

Name Type Description
Title string Sticker pack name

Gogram Example

// StickersSuggestShortName - positional arguments
result, err := client.StickersSuggestShortName("Hello, World!")
if err != nil {
    // handle error
}
// result is *tg.StickersSuggestedShortName

Possible Errors

Code Type Description
400 TITLE_INVALID The specified stickerpack title is invalid.