telega v0.1.1 (2020-06-21T21:12:07Z)
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