telega ~master (2021-06-18T23:53:05Z)
Dub
Repo
StickerSet
telega
telegram
stickers
Undocumented in source.
struct
StickerSet {
string
name
;
string
title
;
bool
contains_masks
;
Sticker
[]
stickers
;
}
Members
Variables
contains_masks
bool
contains_masks
;
Undocumented in source.
name
string
name
;
Undocumented in source.
stickers
Sticker
[]
stickers
;
Undocumented in source.
title
string
title
;
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