|
1 | 1 | # This file is auto-generated by scripts/generate_client_pyi.py. |
2 | 2 | # Do not edit this file directly. |
3 | | -# Generated at: 2026-02-26T19:42:13Z |
| 3 | +# Generated at: 2026-02-28T07:10:06Z |
4 | 4 | # Source file: nonebot/adapters/discord/api/handle.py |
5 | | -# Source SHA256: b377b5d9309e2fe7268299cffc7777caec3d0f9a0cc7f25b6b1ebbb2ae846e0c |
| 5 | +# Source SHA256: c26de4fa29de9735d5017b16b32cd44af09d6d75fb736873968db84cab38eaaa |
6 | 6 | # Script SHA256: bca3059c41f047e5cfb7f59a630cbcd9f80c226dc2138e28b19cd6b811cd03dc |
7 | 7 |
|
8 | 8 | from datetime import datetime |
9 | 9 | from typing import Any, Literal, TypeAlias, overload |
10 | 10 |
|
11 | | -from .model import ( |
12 | | - SKU, |
13 | | - ActivityInstance, |
14 | | - AllowedMention, |
15 | | - AnswerVoters, |
16 | | - Application, |
17 | | - ApplicationCommand, |
18 | | - ApplicationCommandBulkOverwriteParams, |
19 | | - ApplicationCommandOption, |
20 | | - ApplicationCommandPermissions, |
21 | | - ApplicationEmojis, |
22 | | - ApplicationIntegrationTypeConfiguration, |
23 | | - ApplicationRoleConnection, |
24 | | - ApplicationRoleConnectionMetadata, |
25 | | - ArchivedThreadsResponse, |
26 | | - AttachmentSend, |
27 | | - AuditLog, |
28 | | - AuthorizationResponse, |
29 | | - AutoModerationAction, |
30 | | - AutoModerationRule, |
31 | | - Ban, |
32 | | - BulkBan, |
33 | | - Channel, |
34 | | - Component, |
35 | | - Connection, |
36 | | - CreateLobbyMemberParams, |
37 | | - CurrentUserGuild, |
38 | | - DefaultReaction, |
39 | | - DirectComponent, |
40 | | - Embed, |
41 | | - Emoji, |
42 | | - Entitlement, |
43 | | - File, |
44 | | - FollowedChannel, |
45 | | - ForumTagRequest, |
46 | | - Gateway, |
47 | | - GatewayBot, |
48 | | - Guild, |
49 | | - GuildApplicationCommandPermissions, |
50 | | - GuildIncidentsData, |
51 | | - GuildMember, |
52 | | - GuildOnboarding, |
53 | | - GuildPreview, |
54 | | - GuildScheduledEvent, |
55 | | - GuildScheduledEventEntityMetadata, |
56 | | - GuildScheduledEventUser, |
57 | | - GuildTemplate, |
58 | | - GuildVanityURL, |
59 | | - GuildWidget, |
60 | | - GuildWidgetSettings, |
61 | | - InstallParams, |
62 | | - Integration, |
63 | | - InteractionResponse, |
64 | | - Invite, |
65 | | - InviteTargetUsersJobStatus, |
66 | | - ListActiveGuildThreadsResponse, |
67 | | - ListDefaultSoundboardSoundsResponse, |
68 | | - ListGuildSoundboardSoundsResponse, |
69 | | - Lobby, |
70 | | - LobbyMember, |
71 | | - MessageGet, |
72 | | - MessageReference, |
73 | | - ModifyGuildChannelPositionParams, |
74 | | - ModifyGuildRolePositionParams, |
75 | | - OnboardingPrompt, |
76 | | - Overwrite, |
77 | | - PartialOverwrite, |
78 | | - PollRequest, |
79 | | - RecurrenceRule, |
80 | | - Role, |
81 | | - RoleColors, |
82 | | - Snowflake, |
83 | | - SnowflakeType, |
84 | | - SoundboardSound, |
85 | | - StageInstance, |
86 | | - Sticker, |
87 | | - StickerPack, |
88 | | - StickerPacksResponse, |
89 | | - Subscription, |
90 | | - ThreadMember, |
91 | | - TriggerMetadata, |
92 | | - User, |
93 | | - VoiceRegion, |
94 | | - VoiceState, |
95 | | - Webhook, |
96 | | - WelcomeScreen, |
97 | | - WelcomeScreenChannel, |
98 | | -) |
99 | 11 | from .types import ( |
100 | 12 | ApplicationCommandType, |
101 | 13 | ApplicationFlag, |
|
0 commit comments