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
|
||||
description: These methods are modified in the tdlight-bot-api
|
||||
paths:
|
||||
/userlogin:
|
||||
/userLogin:
|
||||
post:
|
||||
tags:
|
||||
- added
|
||||
@ -55,7 +55,7 @@ paths:
|
||||
|
||||
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.
|
||||
requestBody:
|
||||
|
Loading…
Reference in New Issue
Block a user