Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
object CreateNewStickerSetSerializer : KSerializer<CreateNewStickerSet> , MapperSerializer<CreateNewStickerSet.SurrogateCreateNewSticker, CreateNewStickerSet>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
object InputStickerSerializer : KSerializer<InputSticker> , MapperSerializer<InputStickerSerializer.SurrogateInputSticker, InputSticker>
Link copied to clipboard
Link copied to clipboard
@Serializable
Link copied to clipboard
@Serializable
Link copied to clipboard
@Serializable
Link copied to clipboard
@Serializable
Link copied to clipboard
@Serializable
Link copied to clipboard
@Serializable
Link copied to clipboard
@Serializable
Link copied to clipboard
@Serializable
Functions
Link copied to clipboard
fun AddStickerToSet(userId: UserId, stickerSetName: StickerSetName, inputSticker: InputSticker): Request<Unit>
fun AddStickerToSet(userId: UserId, stickerSetName: String, inputSticker: InputSticker): Request<Unit>
Link copied to clipboard
fun CreateNewStickerSet(userId: UserId, name: StickerSetName, title: String, stickers: List<InputSticker>, needsRepainting: Boolean? = null): Request<Unit>
fun CreateNewStickerSet(userId: UserId, name: String, title: String, stickers: List<InputSticker>, needsRepainting: Boolean? = null): Request<Unit>
Will create one of CreateNewStickerSet types based on the first element of stickers
Link copied to clipboard
fun ReplaceStickerInSet(userId: UserId, stickerSetName: StickerSetName, oldSticker: FileId, newSticker: InputSticker): Request<Unit>
fun ReplaceStickerInSet(userId: UserId, stickerSetName: String, oldSticker: FileId, newSticker: InputSticker): Request<Unit>
Link copied to clipboard
fun SetStickerSetThumbnail(userId: UserId, stickerSetName: StickerSetName, format: StickerFormat, thumbnail: MultipartFile): Request<Unit>
fun SetStickerSetThumbnail(userId: UserId, stickerSetName: String, format: StickerFormat, thumbnail: MultipartFile): Request<Unit>