Skip to content

contacts.getBlocked

Layer 225

Constructor ID: 0x9a868f80
Returns: Blocked

Parameters

NameTypeDescription
my_stories_frombool (flags.0, optional)
offsetint32
limitint32

Example

go
result, err := client.Raw(&tg.GetBlockedRequest{
    my_stories_from: false,
    offset: 0,
    limit: 0,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.