Package dev. inmo. tgbotapi. requests. stickers
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class DeleteStickerFromSet(sticker: FileId) : SimpleRequest<Boolean>
Content copied to clipboard
Link copied to clipboard
data class SetStickerPositionInSet(sticker: FileId, position: Int) : SimpleRequest<Boolean>
Content copied to clipboard
Link copied to clipboard
data class SetStickerSetThumb(userId: UserId, name: StickerSetName, thumb: FileId?) : StickerSetAction
Content copied to clipboard
Link copied to clipboard
data class UploadStickerFile(userId: UserId, sticker: MultipartFile) : MultipartRequest<File>
Content copied to clipboard
Functions
Link copied to clipboard
fun AddAnimatedStickerToSet(userId: UserId, stickerSetName: String, sticker: InputFile, emojis: String, maskPosition: MaskPosition? = null): Request<Boolean>
Content copied to clipboard
Link copied to clipboard
fun AddStaticStickerToSet(userId: UserId, stickerSetName: String, sticker: InputFile, emojis: String, maskPosition: MaskPosition? = null): Request<Boolean>
Content copied to clipboard
Link copied to clipboard
fun CreateNewAnimatedStickerSet(userId: UserId, name: String, sticker: InputFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Request<Boolean>
Content copied to clipboard
Link copied to clipboard
fun CreateNewStaticStickerSet(userId: UserId, name: String, sticker: InputFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Request<Boolean>
Content copied to clipboard
Link copied to clipboard
fun CreateNewStickerSet(userId: UserId, name: String, sticker: InputFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Request<Boolean>
Content copied to clipboard
Link copied to clipboard
fun SetStickerSetThumb(userId: UserId, stickerSetName: String, thumb: MultipartFile): Request<Boolean>
Content copied to clipboard