Property Mobile
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Mobile
Gets the user's status set for an active mobile (iOS, Android) application session.
[JsonProperty("mobile", NullValueHandling = NullValueHandling.Ignore, DefaultValueHandling = DefaultValueHandling.Populate)]
public Optional<UserStatus> Mobile { get; }