Skip to content

contacts.setBlocked

Layer 225

Constructor ID: 0x94c65c76
Returns: Bool

Parameters

NameTypeDescription
my_stories_frombool (flags.0, optional)
id[]InputPeer
limitint32

Example

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

Released under the Apache-2.0 License.