InternalLinkTypeVideoChat class

The link is a link to a video chat. Call searchPublicChat with the given chat username, and then joinGroupCall with the given invite hash to process the link.

Inheritance
Available Extensions

Constructors

InternalLinkTypeVideoChat({required String chat_username, required String invite_hash, required bool is_live_stream, int? extra, int? clientId})
The link is a link to a video chat. Call searchPublicChat with the given chat username, and then joinGroupCall with the given invite hash to process the link

Properties

chat_username String
Username of the chat with the video chat.
read / write
clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
extra int?
Request identifier. Must be non-zero.
read / writeoverride
hashCode int
The hash code for this object.
read-onlyinherited
invite_hash String
If non-empty, invite hash to be used to join the video chat without being muted by administrators.
read / write
is_live_stream bool
True, if the video chat is expected to be a live stream in a channel or a broadcast group.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Object to Map serializer
override
toString() String
A string representation of this object.
override

Operators

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

Static Methods

fromMap(Map<String, dynamic>? _map) InternalLinkTypeVideoChat?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"internalLinkTypeVideoChat"