Layer 227
BotsSetJoinChatResults
Bot reports its decision (approve/decline/queue/web-view) for a chat-join query.
method
bots.setJoinChatResults#e71a4810 query_id:long result:JoinChatBotResult = Bool;
Parameters
| Name | Type | Description |
|---|---|---|
| QueryId | long | |
| Result | JoinChatBotResult |
Returns
BoolGogram Example
// BotsSetJoinChatResults - positional arguments result, err := client.BotsSetJoinChatResults(int64(1234567890), &tg.JoinChatBotResult{}) if err != nil { // handle error } // result is *tg.Bool