Skip to content

Commit

Permalink
add unique param for create instant invite.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhgg authored Sep 16, 2016
1 parent fde78b0 commit 7dd8fb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/Channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ Create a new [invite](#DOCS_INVITE/invite-object) object for the channel. Only u
| max_age | integer | duration of invite in seconds before expiry, or 0 for never | 86400 (24 hours) |
| max_uses | integer | max number of uses or 0 for unlimited | 0 |
| temporary | bool | whether this invite only grants temporary membership | false |
| unique | bool | if true, don't try to reuse a similar invite, otherwise (useful for creating many unique one time use invites) | false |

## Delete Channel Permission % DELETE /channels/{channel.id#DOCS_CHANNEL/guild-channel-object}/permissions/{overwrite.id#DOCS_CHANNEL/overwrite-object}

Expand Down

0 comments on commit 7dd8fb5

Please sign in to comment.