StickerSet class

This object represents a sticker set.

https://core.telegram.org/bots/api#stickerset

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake)

Constructors

StickerSet({required String name, required String title, required String stickerType, required bool isAnimated, required bool isVideo, required List<Sticker> stickers, PhotoSize? thumbnail})
StickerSet.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isAnimated bool
getter/setter pair
isVideo bool
getter/setter pair
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stickers List<Sticker>
getter/setter pair
stickerType String
getter/setter pair
thumbnail PhotoSize?
getter/setter pair
title String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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