mirror of
https://github.com/tdlight-team/tdlight-telegram-bot-api.git
synced 2024-11-05 11:37:14 +01:00
Merge pull request #43 from luckydonald/patch-1
Fix camelCase of userLogin in the docs.
This commit is contained in:
commit
9df6dd5fd3
@ -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