VideoChatScheduled class abstract
This object represents a service message about a video chat scheduled in the chat.
- Available extensions
- Annotations
-
- @freezed
Constructors
- VideoChatScheduled.new({@JsonKey(name: 'start_date') required int startDate})
-
Constructs a VideoChatScheduled object
constfactory
-
VideoChatScheduled.fromJson(Map<
String, dynamic> json) -
Creates a VideoChatScheduled object from JSON object
factory
Properties
-
copyWith
→ $VideoChatScheduledCopyWith<
VideoChatScheduled> -
Create a copy of VideoChatScheduled
with the given fields replaced by the non-null parameter values.
no setterinherited
- 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
no setterinherited
- startDateTime → DateTime
-
Available on VideoChatScheduled, provided by the VideoChatScheduledExt extension
DateTime object getter forstartDate
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this VideoChatScheduled to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited