ChatFull class

Chat Full.

ID: c9d31138.

Inheritance

Constructors

ChatFull({required bool canSetUsername, required bool hasScheduled, required bool translationsDisabled, required int id, required String about, required ChatParticipantsBase participants, PhotoBase? chatPhoto, required PeerNotifySettingsBase notifySettings, ExportedChatInviteBase? exportedInvite, List<BotInfoBase>? botInfo, int? pinnedMsgId, int? folderId, InputGroupCallBase? call, int? ttlPeriod, PeerBase? groupcallDefaultJoinAs, String? themeEmoticon, int? requestsPending, List<int>? recentRequesters, ChatReactionsBase? availableReactions})
Chat Full constructor.
const
ChatFull.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

about String
About.
final
availableReactions ChatReactionsBase?
Available Reactions.
final
botInfo List<BotInfoBase>?
Bot Info.
final
call InputGroupCallBase?
Call.
final
canSetUsername bool
can_set_username: bit 7 of flags.7?true
final
chatPhoto PhotoBase?
Chat Photo.
final
exportedInvite ExportedChatInviteBase?
Exported Invite.
final
flags int
Flags.
no setter
folderId int?
Folder Id.
final
groupcallDefaultJoinAs PeerBase?
Groupcall Default Join As.
final
hashCode int
The hash code for this object.
no setterinherited
hasScheduled bool
has_scheduled: bit 8 of flags.8?true
final
id int
Id.
final
notifySettings PeerNotifySettingsBase
Notify Settings.
final
participants ChatParticipantsBase
Participants.
final
pinnedMsgId int?
Pinned Msg Id.
final
recentRequesters List<int>?
Recent Requesters.
final
requestsPending int?
Requests Pending.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
themeEmoticon String?
Theme Emoticon.
final
translationsDisabled bool
translations_disabled: bit 19 of flags.19?true
final
ttlPeriod int?
Ttl Period.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(List<int> buffer) → void
Serialize.
override
toJson() Map<String, dynamic>
Converts an object to JSON.
override
toString() String
A string representation of this object.
inherited

Operators

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