Raw.messages.GetCommonChats

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.TypeInputUser

    User id

  • maxId : bigint

    Maximum id of chat to return (see pagination)

  • limit : number

    Maximum number of results to return, see pagination

Results

Raw.messages.TypeChats