Skip to content

channels.getSendAs

Layer 225

Constructor ID: 0xe785a43f
Returns: SendAsPeers

Parameters

NameTypeDescription
for_paid_reactionsbool (flags.0, optional)
for_live_storiesbool (flags.1, optional)
peerInputPeer

Example

go
result, err := client.Raw(&tg.GetSendAsRequest{
    for_paid_reactions: false,
    for_live_stories: false,
    peer: nil, // InputPeer
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.