Skip to content

bots.getAccessSettings

Layer 225

Constructor ID: 0x213853a3
Returns: AccessSettings

Parameters

NameTypeDescription
botInputUser

Example

go
result, err := client.Raw(&tg.GetAccessSettingsRequest{
    bot: nil, // InputUser
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.