mirror of
https://github.com/tdlight-team/tdlight-telegram-bot-api.git
synced 2024-12-04 17:42:55 +01:00
Fix camelCase of userLogin.
This commit is contained in:
parent
cd79fa2f05
commit
b58a56b481
@ -45,7 +45,7 @@ tags:
|
|||||||
- name: modified
|
- name: modified
|
||||||
description: These methods are modified in the tdlight-bot-api
|
description: These methods are modified in the tdlight-bot-api
|
||||||
paths:
|
paths:
|
||||||
/userlogin:
|
/userLogin:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
- added
|
- added
|
||||||
@ -55,7 +55,7 @@ paths:
|
|||||||
|
|
||||||
Use this method to receive the authorization token to log in as user.
|
Use this method to receive the authorization token to log in as user.
|
||||||
|
|
||||||
Note: You don't have your token yet, so the domain is just {base_url}/userlogin
|
Note: You don't have your token yet, so the domain is just {base_url}/userLogin
|
||||||
|
|
||||||
Returns an `AuthorizationState` with the user token on success.
|
Returns an `AuthorizationState` with the user token on success.
|
||||||
requestBody:
|
requestBody:
|
||||||
|
Loading…
Reference in New Issue
Block a user