Interface UserCommonType<V, B>

Type Parameters

  • V = any

  • B = any

Hierarchy

  • UserCommonType

Properties

_id: string
account_id: string
blocked: boolean
board_v: B
created_at: string
enc: number
full_profile_image_url: string
id: string
involved_chat_ids: string[]
member_type: number
name: string
nick_name: string
original_profile_image_url: string
profile_image_url: string
status_message: string
type: number
user_type: number
v: V

Generated using TypeDoc