|
|
@ -42,7 +42,16 @@ if TYPE_CHECKING: |
|
|
|
|
|
|
|
|
|
|
|
InteractionType = Literal[1, 2, 3, 4, 5] |
|
|
|
InteractionResponseType = Literal[1, 4, 5, 6, 7, 8, 9, 10,] |
|
|
|
InteractionResponseType = Literal[ |
|
|
|
1, |
|
|
|
4, |
|
|
|
5, |
|
|
|
6, |
|
|
|
7, |
|
|
|
8, |
|
|
|
9, |
|
|
|
10, |
|
|
|
] |
|
|
|
InteractionContextType = Literal[0, 1, 2] |
|
|
|
InteractionInstallationType = Literal[0, 1] |
|
|
|
|
|
|
|