ChatKitty.Model.ChatUserPresenceProperties (chatkitty_platform_sdk v1.26.0)

Presence status of this user

Link to this section Summary

Link to this section Types

@type t() :: %ChatKitty.Model.ChatUserPresenceProperties{
  online: boolean(),
  status: String.t()
}