Layer 220
constructor
inputStickerSetShortName#861cc8a0 short_name:string = InputStickerSet;

Parameters

Name Type Description
ShortName string Short name from a stickerset deep link

Returns

InputStickerSet

Gogram Example

// Creating InputStickerSetShortName constructor
obj := &tg.InputStickerSetShortName{
    ShortName: "...",
}