ReadonlyappReadonlycryptoReadonlylogLogger for the client
ReadonlymtReadonlyonEmitted when the connection state changes
Emitted when an error occurs
ReadonlyonEmitted when an update is received from the server. Requires updates loop to be running
ReadonlyonEmitted when a low-level Updates updates is received
ReadonlyparamsReadonlyplatformPlatform used by the client
ReadonlystorageStorage manager
ReadonlytimersTimers manager
Optional ReadonlyupdatesSignal that will be aborted when the client is destroyed
Make an RPC call
This method is still quite low-level and you shouldn't use this
when using high-level API provided by @mtcute/client.
RPC method to call
Optionalparams: RpcCallOptionsAdditional call parameters
Change the primary DC
Compute new password hash for the given algorithm and password
Compute SRP parameters for the given password
Initialize the connection to the primary DC.
You shouldn't usually call this method directly as it is called implicitly the first time you call call.
Destroy the client and all its resources.
This will terminate any connections to the Telegram servers, free all the resources, and make the client no longer usable
Terminate any connections to the Telegram servers, but keep the client usable
Export current session to a single LONG string, containing all the needed information.
Warning! Anyone with this string will be able to authorize as you and do anything. Treat this as your password, and never give it away!
In case you have accidentally leaked this string, make sure to revoke this session in account settings: "Privacy & Security" > "Active sessions" > find the one containing
mtcute> Revoke, or, in case this is a bot, revoke bot token with @BotFather
Get the API credentials for use in authorization methods
Generate a new time-based MTProto message ID
Get the number of connections of the given kind
OptionaldcId: numberGet the primary DC ID
Handle an update sent by the server in response to an RPC call
Updates to handle
OptionalnoDispatch: booleanWhether the updates inside should not be dispatched as events
Import the session from the given session string.
Note that the session will only be imported in case
the storage is missing authorization (i.e. does not contain
auth key for the primary DC), otherwise it will be ignored (unless force).
Session string to import
Whether to overwrite existing session
Notify the client that a channel has been closed
Notify the client that a channel has been opened
Optionalpts: numberNotify the client that the user has logged in
Notify the client that the user has logged out
ADVANCED
Do all the preparations, but don't connect just yet. Useful when you want to do some preparations before connecting, like setting up session.
Call connect to actually connect.
ADVANCED Recreate the given DC, forcefully using the IP taken from server config.
Start the updates loop
Stop the updates loop
App config manager