Change the default peer that should be used when sending messages, reactions, poll votes to a specific group
Method schema is available as of layer 135. Switch ยป
Parameters
Name |
Type |
Description |
peer |
InputPeer |
Group |
send_as |
InputPeer |
The default peer that should be used when sending messages to the group |
Result
Bool
Possible errors
Code |
Type |
Description |
400 |
CHANNEL_INVALID |
The provided channel is invalid. |
400 |
PEER_ID_INVALID |
The provided peer id is invalid. |
400 |
SEND_AS_PEER_INVALID |
You can't send messages as the specified peer. |