Raw.messages.GetCommonChats
Get chats in common with a user
messages.getCommonChats#e40ca104 user_id:InputUser max_id:long limit:int = messages.Chats;
export namespace Raw {
export namespace messages {
export class GetCommonChats {
constructor(params: { userId: Raw.TypeInputUser; maxId: bigint; limit: number }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0xe40ca104
Property
userId
: Raw.TypeInputUserUser id
maxId
: bigintMaximum id of chat to return (see pagination)
limit
: numberMaximum number of results to return, see pagination