SetSupergroupCustomEmojiStickerSet class final

SetSupergroupCustomEmojiStickerSet (setSupergroupCustomEmojiStickerSet) - TDLib function

Changes the custom emoji sticker set of a supergroup; requires can_change_info administrator right. The chat must have at least chatBoostFeatures.min_custom_emoji_sticker_set_boost_level boost level to pass the corresponding color.

  • supergroupId: Identifier of the supergroup.
  • customEmojiStickerSetId: New value of the custom emoji sticker set identifier for the supergroup. Use 0 to remove the custom emoji sticker set in the supergroup.

Ok is returned on completion.

Inheritance

Constructors

SetSupergroupCustomEmojiStickerSet({required int supergroupId, required int customEmojiStickerSetId})
SetSupergroupCustomEmojiStickerSet (setSupergroupCustomEmojiStickerSet) - TDLib function
const

Properties

currentObjectId String
TDLib object type for current class instance
no setteroverride
customEmojiStickerSetId int
New value of the custom emoji sticker set identifier for the supergroup. Use 0 to remove the custom emoji sticker set in the supergroup
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supergroupId int
Identifier of the supergroup
final

Methods

copyWith({int? supergroupId, int? customEmojiStickerSetId}) SetSupergroupCustomEmojiStickerSet
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