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