telega ~master (2021-06-18T23:53:05Z)
Dub
Repo
CreateNewStickerSetMethod
telega
telegram
stickers
Undocumented in source.
struct
CreateNewStickerSetMethod {
mixin
TelegramMethod
!
"/createNewStickerSetMethod"
;
int
user_id
;
string
name
;
string
title
;
string
png_sticker
;
string
emojis
;
bool
contains_masks
;
MaskPosition
mask_position
;
}
Members
Mixins
__anonymous
mixin
TelegramMethod
!
"/createNewStickerSetMethod"
Undocumented in source.
Variables
contains_masks
bool
contains_masks
;
Undocumented in source.
emojis
string
emojis
;
Undocumented in source.
mask_position
MaskPosition
mask_position
;
Undocumented in source.
name
string
name
;
Undocumented in source.
png_sticker
string
png_sticker
;
Undocumented in source.
title
string
title
;
Undocumented in source.
user_id
int
user_id
;
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