Raw.messages.DeleteChatUser

Raw.messages.DeleteChatUser

Deletes a user from a chat and sends a service message on it.

messages.deleteChatUser#a2185cab flags:# revoke_history:flags.0?true chat_id:long user_id:InputUser = Updates;
export namespace Raw {
  export namespace messages {
    export class DeleteChatUser {
      constructor(params: { revokeHistory?: boolean; chatId: bigint; userId: Raw.TypeInputUser }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0xa2185cab

Property

Results

Raw.TypeUpdates

Bots can use