Sticker
Parameters
fileId
Identifier for this file, which can be used to download or reuse the file
fileUniqueId
Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.
width
Sticker width
height
Sticker height
isAnimated
True, if the sticker is animated
thumb
Optional. Sticker thumbnail in the .WEBP or .JPG format
emoji
Optional. Emoji associated with the sticker
setName
Optional. Name of the sticker set to which the sticker belongs
maskPosition
Optional. For mask stickers, the position where the mask should be placed
fileSize
Optional. File size
Constructors
Sticker
Link copied to clipboard
fun Sticker(fileId: String, fileUniqueId: String, width: Int, height: Int, isAnimated: Boolean, thumb: PhotoSize? = null, emoji: String? = null, setName: String? = null, maskPosition: MaskPosition? = null, fileSize: Int? = null)
Content copied to clipboard
Identifier for this file, which can be used to download or reuse the file
Functions
component1
Link copied to clipboard
component10
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
component6
Link copied to clipboard
component7
Link copied to clipboard
component8
Link copied to clipboard
component9
Link copied to clipboard
Properties
fileUniqueId
Link copied to clipboard
isAnimated
Link copied to clipboard
maskPosition
Link copied to clipboard