VideoChatScheduled class

This object represents a service message about a video chat scheduled in the chat.

Constructors

VideoChatScheduled({required int startDate})
Constructs a VideoChatScheduled object
const
VideoChatScheduled.fromJson(Map<String, dynamic> json)
Creates a VideoChatScheduled object from JSON object
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate int
Point in time (Unix timestamp) when the video chat is supposed to be started by a chat administrator
final
startDateTime DateTime
DateTime object getter for startDate
no setter

Methods

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

Operators

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