Closed pakkographic closed 1 year ago
Fixed imports for ClientEvents.
ClientEvents
Deprecate createdby in favor of inviterID (GuildCreateInfo)
createdby
inviterID
GuildCreateInfo
Deprecate BannedMember.ban.createdBy in favor of BannedMember.ban.bannedBy
BannedMember.ban.createdBy
BannedMember.ban.bannedBy
Deprecate CalendarEvent.memberID in favor of CalendarEvent.ownerID
CalendarEvent.memberID
CalendarEvent.ownerID
Deprecate CalendarEvent.member in favor of CalendarEvent.owner.
CalendarEvent.member
CalendarEvent.owner
Deprecate CalendarRSVP.memberID in favor of CalendarRSVP.entityID.
CalendarRSVP.memberID
CalendarRSVP.entityID
Deprecate CalendarRSVP.createdBy in favor of CalendarRSVP.creatorID
CalendarRSVP.createdBy
CalendarRSVP.creatorID
Deprecate Channel.memberID in favor of Channel.creatorID
Channel.memberID
Channel.creatorID
Deprecate Channel.updatedAt in favor Channel.editedTimestamp
Channel.updatedAt
Channel.editedTimestamp
Deprecate Doc.title in favor of Doc.name
Doc.title
Doc.name
Deprecate Doc.updatedAt in favor of Doc.editedTimestamp
Doc.updatedAt
Doc.editedTimestamp
Deprecate ForumThread.updatedAt in favor ForumThread.editedTimestamp
ForumThread.updatedAt
ForumThread.editedTimestamp
Deprecated ForumThreadComment.createdBy in favor of ForumThreadComment.memberID
ForumThreadComment.createdBy
ForumThreadComment.memberID
Deprecate ForumThreadComment.owner in favor of ForumThreadComment.member
ForumThreadComment.owner
ForumThreadComment.member
Deprecate ListItem.updatedAt in favor of ListItem.editedTimestamp
ListItem.updatedAt
ListItem.editedTimestamp
ListItemNoteTypes changed: createdBy => memberID updatedAt => editedTimestamp
ListItemNoteTypes
Deprecated Guild.about in favor of Guild.description
Guild.about
Guild.description
ForumThread.member has been deprecated in favor of ForumThread.owner
ForumThread.member
ForumThread.owner
ForumThread.memberID has been deprecated in favor of ForumThread.ownerID
ForumThread.memberID
ForumThread.ownerID
Deprecating ForumThread.title, in favor of ForumThread.name
ForumThread.title
ForumThread.name
Every structures doesn't include raw timestamps anymore.
Fixed imports for
ClientEvents
.Deprecate
createdby
in favor ofinviterID
(GuildCreateInfo
)Deprecate
BannedMember.ban.createdBy
in favor ofBannedMember.ban.bannedBy
Deprecate
CalendarEvent.memberID
in favor ofCalendarEvent.ownerID
Deprecate
CalendarEvent.member
in favor ofCalendarEvent.owner
.Deprecate
CalendarRSVP.memberID
in favor ofCalendarRSVP.entityID
.Deprecate
CalendarRSVP.createdBy
in favor ofCalendarRSVP.creatorID
Deprecate
Channel.memberID
in favor ofChannel.creatorID
Deprecate
Channel.updatedAt
in favorChannel.editedTimestamp
Deprecate
Doc.title
in favor ofDoc.name
Deprecate
Doc.updatedAt
in favor ofDoc.editedTimestamp
Deprecate
ForumThread.updatedAt
in favorForumThread.editedTimestamp
Deprecated
ForumThreadComment.createdBy
in favor ofForumThreadComment.memberID
Deprecate
ForumThreadComment.owner
in favor ofForumThreadComment.member
Deprecate
ListItem.updatedAt
in favor ofListItem.editedTimestamp
ListItemNoteTypes
changed: createdBy => memberID updatedAt => editedTimestampDeprecated
Guild.about
in favor ofGuild.description
ForumThread.member
has been deprecated in favor ofForumThread.owner
ForumThread.memberID
has been deprecated in favor ofForumThread.ownerID
Deprecating
ForumThread.title
, in favor ofForumThread.name
Every structures doesn't include raw timestamps anymore.