Raw.RequestedPeerChat
Info about a chat, shared by a user with the currently logged in bot using messages.sendbotrequestedpeer.
requestedPeerChat#7307544f flags:# chat_id:long title:flags.0?string photo:flags.2?Photo = RequestedPeer;
export namespace Raw {
export class RequestedPeerChat {
constructor(params: { chatId: bigint; title?: string; photo?: Raw.TypePhoto }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x7307544f
Property
chatId
: bigintChat id.
title
: string or undefinedChat title.
photo
: Raw.TypePhoto or undefinedChat photo.