GroupCall class

Group Call.

ID: d597650c.

Inheritance

Constructors

GroupCall({required bool joinMuted, required bool canChangeJoinMuted, required bool joinDateAsc, required bool scheduleStartSubscribed, required bool canStartVideo, required bool recordVideoActive, required bool rtmpStream, required bool listenersHidden, required int id, required int accessHash, required int participantsCount, String? title, int? streamDcId, DateTime? recordStartDate, DateTime? scheduleDate, int? unmutedVideoCount, required int unmutedVideoLimit, required int version})
Group Call constructor.
const
GroupCall.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

accessHash int
Access Hash.
final
canChangeJoinMuted bool
can_change_join_muted: bit 2 of flags.2?true
final
canStartVideo bool
can_start_video: bit 9 of flags.9?true
final
flags int
Flags.
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
Id.
final
joinDateAsc bool
join_date_asc: bit 6 of flags.6?true
final
joinMuted bool
join_muted: bit 1 of flags.1?true
final
listenersHidden bool
listeners_hidden: bit 13 of flags.13?true
final
participantsCount int
Participants Count.
final
recordStartDate DateTime?
Record Start Date.
final
recordVideoActive bool
record_video_active: bit 11 of flags.11?true
final
rtmpStream bool
rtmp_stream: bit 12 of flags.12?true
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduleDate DateTime?
Schedule Date.
final
scheduleStartSubscribed bool
schedule_start_subscribed: bit 8 of flags.8?true
final
streamDcId int?
Stream Dc Id.
final
title String?
Title.
final
unmutedVideoCount int?
Unmuted Video Count.
final
unmutedVideoLimit int
Unmuted Video Limit.
final
version int
Version.
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