channels.sendAsPeers
A list of peers that can be used to send messages in a specific group
type tg.ChannelsSendAsPeers struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Peers | []SendAsPeer | yes | Peers that can be used to send messages to the group |
Chats | []ChatClass | yes | Mentioned chats |
Users | []UserClass | yes | Mentioned users |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
channels.sendAsPeers#f496b0c6