SetChatBackground class

Inheritance

Constructors

SetChatBackground({required int chatId, InputBackground? background, BackgroundType? type, required int darkThemeDimming})
Changes the background in a specific chat. Supported only in private and secret chats with non-deleted users
const

Properties

background InputBackground?
background The input background to use; pass null to create a new filled background or to remove the current background
final
chatId int
chatId Chat identifier
final
darkThemeDimming int
darkThemeDimming Dimming of the background in dark themes, as a percentage; 0-100
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type BackgroundType?
type Background type; pass null to remove the current background
final

Methods

copyWith({int? chatId, InputBackground? background, BackgroundType? type, int? darkThemeDimming}) SetChatBackground
getConstructor() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([dynamic extra]) Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

CONSTRUCTOR → const String