add Static Sticker To Set
suspend fun TelegramBot.addStaticStickerToSet( userId: UserId, stickerSetName: String, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean
Content copied to clipboard
suspend fun TelegramBot.addStaticStickerToSet( userId: UserId, stickerSetName: String, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean
Content copied to clipboard
suspend fun TelegramBot.addStaticStickerToSet( user: CommonUser, stickerSetName: String, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean
Content copied to clipboard
suspend fun TelegramBot.addStaticStickerToSet( user: CommonUser, stickerSetName: String, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean
Content copied to clipboard
suspend fun TelegramBot.addStaticStickerToSet( userId: UserId, stickerSet: StickerSet, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean
Content copied to clipboard
suspend fun TelegramBot.addStaticStickerToSet( userId: UserId, stickerSet: StickerSet, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean
Content copied to clipboard
suspend fun TelegramBot.addStaticStickerToSet( user: CommonUser, stickerSet: StickerSet, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean
Content copied to clipboard
suspend fun TelegramBot.addStaticStickerToSet( user: CommonUser, stickerSet: StickerSet, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean
Content copied to clipboard