Raw.channels.SendAsPeers
A list of peers that can be used to send messages in a specific group
channels.sendAsPeers#f496b0c6 peers:Vector<SendAsPeer> chats:Vector<Chat> users:Vector<User> = channels.SendAsPeers;
export namespace Raw {
export namespace channels {
export class SendAsPeers {
constructor(params: {
peers: Array<Raw.TypeSendAsPeer>;
chats: Array<Raw.TypeChat>;
users: Array<Raw.TypeUser>;
}) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xf496b0c6
Property
peers
: Array of Raw.TypeSendAsPeerPeers that can be used to send messages to the group
chats
: Array of Raw.TypeChatMentioned chats
users
: Array of Raw.TypeUserMentioned users