PhoneToggleGroupCallRecord class

Phone Toggle Group Call Record.

Return Type: UpdatesBase. ID: f128c708.

Inheritance

Constructors

PhoneToggleGroupCallRecord({required bool start, required bool video, required InputGroupCallBase call, String? title, required bool videoPortrait})
Phone Toggle Group Call Record constructor.
const
PhoneToggleGroupCallRecord.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

call InputGroupCallBase
Call.
final
flags int
Flags.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start bool
start: bit 0 of flags.0?true
final
title String?
Title.
final
video bool
video: bit 2 of flags.2?true
final
videoPortrait bool
video_portrait: bit 2 of flags.2?Bool
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