Interface CreateAChatRoomRequestProps

Hierarchy

  • CreateAChatRoomRequestProps

Properties

Properties

body: {
    member_ids: string;
    message?: string;
    title?: string;
}

Type declaration

  • member_ids: string
  • Optional message?: string
  • Optional title?: string

Generated using TypeDoc