telega ~master (2021-06-18T23:53:05Z)
Dub
Repo
GetStickerSetMethod
telega
telegram
stickers
Undocumented in source.
struct
GetStickerSetMethod {
mixin
TelegramMethod
!(
"/getStickerSetMethod"
,
HTTPMethod
.
GET
)
;
string
name
;
}
Members
Mixins
__anonymous
mixin
TelegramMethod
!(
"/getStickerSetMethod"
,
HTTPMethod
.
GET
)
Undocumented in source.
Variables
name
string
name
;
Undocumented in source.
Meta
Source
See Implementation
telega
telegram
stickers
functions
addStickerToSet
createNewStickerSet
deleteStickerFromSet
getStickerSet
sendSticker
setStickerPositionInSet
uploadStickerFile
structs
AddStickerToSetMethod
CreateNewStickerSetMethod
DeleteStickerFromSetMethod
GetStickerSetMethod
MaskPosition
SendStickerMethod
SetStickerPositionInSetMethod
Sticker
StickerSet
UploadStickerFileMethod