Fetch the message history of a user's personal channel ».
225 қабаты бойынша әдіс схемасы қолжетімді. Ауыстыру »
| Name | Type | Description |
|---|---|---|
| user_id | InputUser | The user whose personal channel history to fetch |
| limit | int | Maximum number of results to return, see pagination |
| max_id | int | If a positive value was transferred, the method will return only messages with IDs less than max_id |
| min_id | int | If a positive value was transferred, the method will return only messages with IDs more than min_id |
| hash | long | Result hash |
| Code | Type | Description |
|---|---|---|
| 400 | USER_BOT_REQUIRED | This method can only be called by a bot. |
| 400 | USER_ID_INVALID | The provided user ID is invalid. |
How to fetch results from large lists of objects.
Telegram offers many customization options for your profile!