grom/message/call

Types

pub type Call {
  Call(
    participants: List(String),
    ended_timestamp: option.Option(timestamp.Timestamp),
  )
}

Constructors

Search Document