Skip to content

auth.dropTempAuthKeys

Layer 225

Constructor ID: 0x8e48a188
Returns: Bool

Parameters

NameTypeDescription
except_auth_keys[]int64

Example

go
result, err := client.Raw(&tg.DropTempAuthKeysRequest{
    except_auth_keys: nil,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.