Name | <DiscordChannelTag.is_thread_locked> |
Returns | ElementTag(Boolean) |
Mechanism | DiscordChannelTag.is_thread_locked |
Description | Returns true if the thread is locked (cannot be pulled from archive).
Only applicable to thread-channels. |
Requires | dDiscordBot |
Source | https://github.com/DenizenScript/dDiscordBot/blob/master/src/main/java/com/denizenscript/ddiscordbot/objects/DiscordChannelTag.java#L244 |