ChatKittyPlatformAPI.Model.ChatUserPresenceProperties (chatkitty_platform_sdk v0.1.0)

Presence status of this user

Link to this section Summary

Link to this section Types

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