-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undocumented attributes #1239
Comments
These should only ever be filled on user account sessions, and as such won't be documented.
I believe this was a temporarily used field during some backend restructuring (#684 , etc.), added to In any case, this field was rejected from documentation here: #1074 (comment)
The only reference that search returns for "avatar data" that I can see is Create Webhook, which should be changed to
There is no replacement. See #184
This is correct. Voice region IDs are strings (e.g., Other documented fields mentioned in this issue:
|
references for webhook image data and voice regions fixed in master. rest of these are either already documented or intentionally undocumented. |
Missing fields
presenceupdate: nick (string) [optional, nullable]
guild: lazy (bool)
guild: system_channel_flags (integer apparently a flag, but what are the corresponding flags??)#1238guild: discovery_splash (???) [nullable]#1238guild: rules_channel_id (snowflake) [nullable]#1238emoji: available (bool)
activity: id (hex string)
activity: emoji is marked as emoji but it seems to be a partial emoji, the id is not always there)
activity: session_id (string) [optional]
activity: sync_id (string) [optional]
activity: created_at (timestamp)
ready dispatch: user_settings (??? an object, i don't know the content, i always see it empty)
ready dispatch: relationships (array, of relationships i suppose, i always see it empty)
ready dispatch: presences (array, of presences i suppose)
presence update: premium_since (ISO8601 timestamp) [optional, nullable]
typing start dispatch: member (guild member)
integration: not enough information about the type, what are all the options?
modify current user: references an "avatar data" type that is not documented
get user dms: says it's no longer supported for bots but does not tell what to use now
guild modify: the region is marked as string but the description says it is a guild voice region id (which by the way, links to https://discordapp.com/developers/docs/resources/voice#voice-region instead of https://discordapp.com/developers/docs/resources/voice#voice-region-object
If get I more information about some types/fields, I can make the PR.
The text was updated successfully, but these errors were encountered: