Raw.UpdateBotDeleteBusinessMessage
A message was deleted in a connected business chat.
updateBotDeleteBusinessMessage#a02a982e connection_id:string peer:Peer messages:Vector<int> qts:int = Update;
export namespace Raw {
export class UpdateBotDeleteBusinessMessage {
constructor(params: {
connectionId: string;
peer: Raw.TypePeer;
messages: Array<number>;
qts: number;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xa02a982e
Property
connectionId
: stringBusiness connection id.
peer
: Raw.TypePeerPeer where the messages were deleted.
messages
: Array of numberIds of the messages that were deleted.
qts
: numberNew qts value, see updates for more info.