create New Animated Sticker Set
suspend fun TelegramBot.createNewAnimatedStickerSet( userId: UserId, name: String, title: String, sticker: FileId, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean
Content copied to clipboard
suspend fun TelegramBot.createNewAnimatedStickerSet( userId: UserId, name: String, title: String, sticker: MultipartFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean
Content copied to clipboard
suspend fun TelegramBot.createNewAnimatedStickerSet( user: CommonUser, name: String, title: String, sticker: FileId, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean
Content copied to clipboard
suspend fun TelegramBot.createNewAnimatedStickerSet( user: CommonUser, name: String, title: String, sticker: MultipartFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean
Content copied to clipboard