GramIO API Reference / gramio/dist / AnswerChatJoinRequestQueryParams
Interface: AnswerChatJoinRequestQueryParams
Defined in: @gramio/types/out/params.d.ts:2292
Params object for answerChatJoinRequestQuery method
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
chat_join_request_query_id | string | Unique identifier of the join request query | @gramio/types/out/params.d.ts:2296 |
result | AnswerChatJoinRequestQueryResult | Result of the query. Must be either “approve” to allow the user to join the chat, “decline” to disallow the user to join the chat, or “queue” to leave the decision to other administrators. | @gramio/types/out/params.d.ts:2300 |