InputMessageSticker class
A sticker message.
- Inheritance
-
- Object
- TlObject
- InputMessageContent
- InputMessageSticker
- Available Extensions
Constructors
- InputMessageSticker({required InputFile sticker, InputThumbnail? thumbnail, required int width, required int height, required String emoji, int? extra, int? clientId})
- A sticker message
Properties
- clientId ↔ int?
-
TDLib client instance identifier, for which the response was received.
read / writeoverride
- emoji ↔ String
-
Emoji used to choose the sticker.
read / write
- extra ↔ int?
-
Request identifier. Must be non-zero.
read / writeoverride
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- height ↔ int
-
Sticker height.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- sticker ↔ InputFile
-
Sticker to be sent.
read / write
- thumbnail ↔ InputThumbnail?
-
Sticker thumbnail; pass null to skip thumbnail uploading.
read / write
- width ↔ int
-
Sticker width.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Object to Map serializer
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromMap(
Map< String, dynamic> ? _map) → InputMessageSticker? -
Construct from Map.
override
Constants
- CONSTRUCTOR → const String
-
@type
"inputMessageSticker"