Raw.MessageActionRequestedPeer

Raw.MessageActionRequestedPeer

Contains info about one or more peers that the we (the user) shared with the bot after clicking on a keyboardbuttonrequestpeer button (service message sent by the user).

messageActionRequestedPeer#31518e9b button_id:int peers:Vector<Peer> = MessageAction;
export namespace Raw {
  export class MessageActionRequestedPeer {
    constructor(params: { buttonId: number; peers: Array<Raw.TypePeer> }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x31518e9b

Property

  • buttonId : number

    ButtonId contained in the keyboardbuttonrequestpeer

  • peers : Array of Raw.TypePeer

    The shared peers