Skip to content

contacts.block

Layer 225

Constructor ID: 0x2e2e8734
Returns: Bool

Parameters

NameTypeDescription
my_stories_frombool (flags.0, optional)
idInputPeer

Example

go
result, err := client.Raw(&tg.BlockRequest{
    my_stories_from: false,
    id: nil, // InputPeer
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.