CallServerTypeTelegramReflector class final
A Telegram call reflector
- Inheritance
-
- Object
- TdObject
- CallServerType
- CallServerTypeTelegramReflector
- Available extensions
- Annotations
-
- @immutable
Constructors
- CallServerTypeTelegramReflector({required String peerTag, required bool isTcp})
Properties
Methods
-
copyWith(
{String? peerTag, bool? isTcp}) → CallServerTypeTelegramReflector -
Available on CallServerTypeTelegramReflector, provided by the CallServerTypeTelegramReflectorExtensions extension
-
getConstructor(
) → String -
override
-
map<
TResult extends Object?> ({required TResult telegramReflector(CallServerTypeTelegramReflector value), required TResult webrtc(CallServerTypeWebrtc value)}) → TResult -
Available on CallServerType, provided by the CallServerTypeExtensions extension
-
maybeMap<
TResult extends Object?> ({TResult telegramReflector(CallServerTypeTelegramReflector value)?, TResult webrtc(CallServerTypeWebrtc value)?, required TResult orElse()}) → TResult -
Available on CallServerType, provided by the CallServerTypeExtensions extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
fromJson(
Map< String, dynamic> ? json) → CallServerTypeTelegramReflector? -
Inherited by:
CallServerTypeTelegramReflector
CallServerTypeWebrtc
override
Constants
- constructor → const String