content
content: { avatar_url?: undefined | string; currently_active?: undefined | false | true; last_active_ago?: undefined | number; presence: "online" | "offline" | "unavailable"; status_msg?: undefined | string }
Type declaration
-
Optional avatar_url?: undefined | string
-
Optional currently_active?: undefined | false | true
-
Optional last_active_ago?: undefined | number
-
presence: "online" | "offline" | "unavailable"
-
Optional status_msg?: undefined | string