Skip to content

help.setBotUpdatesStatus

Layer 225

Constructor ID: 0xec22cfcd
Returns: Bool

Parameters

NameTypeDescription
pending_updates_countint32
messagestring

Example

go
result, err := client.Raw(&tg.SetBotUpdatesStatusRequest{
    pending_updates_count: 0,
    message: "",
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.