TelegramLogin class

run executable telegram bot api

Constructors

TelegramLogin({required String botId, required String botDomain, Client? httpClient})
run executable telegram bot api run executable telegram bot api

Properties

botDomain String
getter/setter pair
botId String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
http_client ↔ Client
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
session HttpSession
final
user_agent String
getter/setter pair
userData Map<String, String>
getter/setter pair

Methods

checkIsLogin({Client? httpClient}) Future<bool>
run executable telegram bot api
confirmLogin({Client? httpClient}) Future<bool>
run executable telegram bot api
getMe({Client? httpClient}) Future<UserTelegramLoginWidget>
run executable telegram bot api
loginTelegram({required String phoneNumber, Client? httpClient}) Future<bool>
run executable telegram bot api
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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