Skip to content

Commit a0ee762

Browse files
committed
Update Starting the Client
1 parent 979667f commit a0ee762

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

src/starting-the-client.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,7 @@ walkthrough:
66
order: 2
77
---
88

9-
The client can handle authorization automatically with {{ "start" |> m }}. The methods below are available when authorization needs to be driven manually.
10-
11-
## Connecting Manually
12-
13-
{{ "connect" |> m }} establishes the connection. For user accounts, call {{ "sendCode" |> m }}, then {{ "checkCode" |> m }} and, when two-step verification is enabled, {{ "checkPassword" |> m }}. {{ "getPasswordHint" |> m }} returns the password hint.
14-
15-
Complete authorization with {{ "signIn" |> m }}, or call {{ "signUp" |> m }} when Telegram requires registration. {{ "checkBotToken" |> m }} validates a bot token before sign-in.
16-
17-
With {{ "signOut" |> m }}, you can end the current authorization.
18-
19-
Here you will learn how you can construct and start a client assuming that you have already [installed MTKruto](./installation).
9+
This guide explains how to construct a client and authorize an account with {{ "start" |> m }}. It assumes that you have already [installed MTKruto](./installation).
2010

2111
## Acquiring API Credentials
2212

0 commit comments

Comments
 (0)