telega.telegram.stickers

Undocumented in source.

Members

Functions

addStickerToSet
bool addStickerToSet(BotApi api, AddStickerToSetMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
addStickerToSet
bool addStickerToSet(BotApi api, int userId, string name, string pngSticker, string emojis)
Undocumented in source. Be warned that the author may not have intended to support it.
createNewStickerSet
bool createNewStickerSet(BotApi api, CreateNewStickerSetMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
createNewStickerSet
bool createNewStickerSet(BotApi api, int userId, string name, string title, string pngSticker, string emojis)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteStickerFromSet
bool deleteStickerFromSet(BotApi api, string sticker)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteStickerFromSet
bool deleteStickerFromSet(BotApi api, DeleteStickerFromSetMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
getStickerSet
StickerSet getStickerSet(BotApi api, GetStickerSetMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
getStickerSet
StickerSet getStickerSet(BotApi api, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
sendSticker
Message sendSticker(BotApi api, SendStickerMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
sendSticker
Message sendSticker(BotApi api, T1 chatId, string sticker)
Undocumented in source. Be warned that the author may not have intended to support it.
setStickerPositionInSet
bool setStickerPositionInSet(BotApi api, SetStickerPositionInSetMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
setStickerPositionInSet
bool setStickerPositionInSet(BotApi api, string sticker, uint position)
Undocumented in source. Be warned that the author may not have intended to support it.
uploadStickerFile
File uploadStickerFile(BotApi api, UploadStickerFileMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
uploadStickerFile
File uploadStickerFile(BotApi api, int userId, InputFile pngSticker)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

AddStickerToSetMethod
struct AddStickerToSetMethod
Undocumented in source.
CreateNewStickerSetMethod
struct CreateNewStickerSetMethod
Undocumented in source.
DeleteStickerFromSetMethod
struct DeleteStickerFromSetMethod
Undocumented in source.
GetStickerSetMethod
struct GetStickerSetMethod
Undocumented in source.
MaskPosition
struct MaskPosition
Undocumented in source.
SendStickerMethod
struct SendStickerMethod
Undocumented in source.
SetStickerPositionInSetMethod
struct SetStickerPositionInSetMethod
Undocumented in source.
Sticker
struct Sticker
Undocumented in source.
StickerSet
struct StickerSet
Undocumented in source.
UploadStickerFileMethod
struct UploadStickerFileMethod
Undocumented in source.

Meta