Skip to content

contacts.unblock

Layer 225

Constructor ID: 0xb550d328
Returns: Bool

Parameters

NameTypeDescription
my_stories_frombool (flags.0, optional)
idInputPeer

Example

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

Released under the Apache-2.0 License.