contacts.getBlocked
Layer 225
Constructor ID: 0x9a868f80
Returns: Blocked
Parameters
| Name | Type | Description |
|---|---|---|
my_stories_from | bool (flags.0, optional) | |
offset | int32 | |
limit | int32 |
Example
go
result, err := client.Raw(&tg.GetBlockedRequest{
my_stories_from: false,
offset: 0,
limit: 0,
})
if err != nil {
panic(err)
}
print(result)