InternalLinkTypeStickerSet class

The link is a link to a sticker set. Call searchStickerSet with the given sticker set name to process the link and show the sticker set.

Inheritance
Available Extensions

Constructors

InternalLinkTypeStickerSet({required String sticker_set_name, required bool expect_custom_emoji, int? extra, int? clientId})
The link is a link to a sticker set. Call searchStickerSet with the given sticker set name to process the link and show the sticker set

Properties

clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
expect_custom_emoji bool
True, if the sticker set is expected to contain custom emoji.
read / write
extra int?
Request identifier. Must be non-zero.
read / writeoverride
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
sticker_set_name String
Name of the sticker set.
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) InternalLinkTypeStickerSet?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"internalLinkTypeStickerSet"