Skip to content

messages.setBotGuestChatResult

Layer 227

Constructor ID: 0xb8f106e3
Returns: InputBotInlineMessageID

Parameters

NameTypeDescription
query_idint64
resultInputBotInlineResult

Example

go
result, err := client.Raw(&tg.SetBotGuestChatResultRequest{
    query_id: 0,
    result: nil, // InputBotInlineResult
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.