Raw.MessageActionRequestedPeerSentMe
Contains info about one or more peers that the a user shared with the me (the bot) after clicking on a keyboardbuttonrequestpeer button (service message received by the bot).
messageActionRequestedPeerSentMe#93b31848 button_id:int peers:Vector<RequestedPeer> = MessageAction;
export namespace Raw {
export class MessageActionRequestedPeerSentMe {
constructor(params: { buttonId: number; peers: Array<Raw.TypeRequestedPeer> }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x93b31848
Property
buttonId
: numberButtonId contained in the keyboardbuttonrequestpeer
peers
: Array of Raw.TypeRequestedPeerInfo about the shared peers.