TelegramInitData class

Constructors

TelegramInitData({required TelegramUser user, required int? chatInstance, required String? chatType, required String? queryId, required int authDate, required String hash, required String raw})
TelegramInitData.fake()
factory
TelegramInitData.fromRawString(String data)
factory

Properties

authDate int
final
chatInstance int?
final
chatType String?
final
hash String
final
hashCode int
The hash code for this object.
no setteroverride
queryId String?
final
raw String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user TelegramUser
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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