Bot

Get chat participant count

Returns the number of participants in an accessible chat.

get/bot{token}/getChatParticipantCount

Path parameters

tokenstring required

Required bot token included in the URL path.

Query parameters

chat_idstring required

A positive decimal Inline chat identifier

Example:123456789

Bot method parameter.

Headers

authorizationstring

Optional bot token using the Bearer scheme. When supplied, it takes precedence over the token in the URL.

Response

BotGetChatParticipantCountSuccess

oktrue required

Always true for a successful request.

Changes