Type Alias DirectChatInput

DirectChatInput: {
    chatroom?: string;
    from: DirectChatMember;
    groupOwner?: boolean;
    id?: string;
    message: string;
    messageId?: string;
    parent?: string;
    to: DirectChatMember;
}

Type declaration

  • Optionalchatroom?: string
  • from: DirectChatMember
  • OptionalgroupOwner?: boolean
  • Optionalid?: string
  • message: string
  • OptionalmessageId?: string
  • Optionalparent?: string
  • to: DirectChatMember