GetAllStickerEmojis class final

GetAllStickerEmojis (getAllStickerEmojis) - TDLib function

Returns unique emoji that correspond to stickers to be found by the getStickers(sticker_type, query, 1000000, chat_id).

  • stickerType: Type of the stickers to search for.
  • query: Search query.
  • chatId: Chat identifier for which to find stickers.
  • returnOnlyMainEmoji: Pass true if only main emoji for each found sticker must be included in the result.

Emojis is returned on completion.

Inheritance

Constructors

GetAllStickerEmojis({required StickerType stickerType, required String query, required int chatId, required bool returnOnlyMainEmoji})
GetAllStickerEmojis (getAllStickerEmojis) - TDLib function
const

Properties

chatId int
Chat identifier for which to find stickers
final
currentObjectId String
TDLib object type for current class instance
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
query String
Search query
final
returnOnlyMainEmoji bool
Pass true if only main emoji for each found sticker must be included in the result
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stickerType StickerType
Type of the stickers to search for
final

Methods

copyWith({StickerType? stickerType, String? query, int? chatId, bool? returnOnlyMainEmoji}) GetAllStickerEmojis
Copy model with modified properties.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([dynamic extra]) Map<String, dynamic>
Convert model to TDLib JSON format
override
toString() String
Convert model to TDLib JSON format, encoded into String.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

defaultObjectId → const String
TDLib object type