You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Discord/Parts/Channel/Invite.php
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@
37
37
* @property Channel $channel The partial channel that the invite is for.
38
38
* @property string|null $channel_id
39
39
* @property User|null $inviter The user that created the invite.
40
+
* @property bool|null $is_nickname_changeable A member's ability to change their nickname by default, returned from the `GET /invites/<code>` endpoint when `with_permissions` is `true`
40
41
* @property int|null $target_type The type of target for this voice channel invite.
41
42
* @property User|null $target_user The user whose stream to display for this voice channel stream invite.
42
43
* @property Application|null $target_application The partial embedded application to open for this voice channel embedded application invite.
@@ -70,6 +71,7 @@ class Invite extends Part implements Stringable
0 commit comments