Omkaar
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
discord/ui/modal.py
|
|
@ -77,13 +77,14 @@ class Modal(View): |
|
|
|
Parameters |
|
|
|
----------- |
|
|
|
title: :class:`str` |
|
|
|
The title of the modal. |
|
|
|
The title of the modal. Can only be up to 45 characters. |
|
|
|
timeout: Optional[:class:`float`] |
|
|
|
Timeout in seconds from last interaction with the UI before no longer accepting input. |
|
|
|
If ``None`` then there is no timeout. |
|
|
|
custom_id: :class:`str` |
|
|
|
The ID of the modal that gets received during an interaction. |
|
|
|
If not given then one is generated for you. |
|
|
|
Can only be up to 100 characters. |
|
|
|
|
|
|
|
Attributes |
|
|
|
------------ |
|
|
|