telega ~master (2021-06-18T23:53:05Z)
Dub
Repo
Sticker
telega
telegram
stickers
Undocumented in source.
struct
Sticker {
string
file_id
;
uint
width
;
uint
height
;
PhotoSize
thumb
;
string
emoji
;
string
set_name
;
MaskPosition
mask_position
;
uint
file_size
;
}
Members
Variables
emoji
string
emoji
;
Undocumented in source.
file_id
string
file_id
;
Undocumented in source.
file_size
uint
file_size
;
Undocumented in source.
height
uint
height
;
Undocumented in source.
mask_position
MaskPosition
mask_position
;
Undocumented in source.
set_name
string
set_name
;
Undocumented in source.
thumb
PhotoSize
thumb
;
Undocumented in source.
width
uint
width
;
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