معرفی شرکت ها


discord-typings-0.5.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Maintained typings of payloads that Discord sends
ویژگی مقدار
سیستم عامل -
نام فایل discord-typings-0.5.1
نام discord-typings
نسخه کتابخانه 0.5.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده Bluenix <bluenixdev@gmail.com>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/discord-typings/
مجوز -
# discord-typings Maintained typings of all payloads that Discord sends as `TypedDict`s. ## Naming and usage Right now there is no official documentation or API Reference - just start importing things and your editor will auto-complete options. This may change in the future though. The naming used is the suffixes `Data`, `Event` and `Command` for the three types of payloads. `Event` refers to a gateway event received over the gateway, `Command` refers to a gateway command sent over the gateway and `Data` is used for any general top-level payloads like `UserData`. The benefit of using `Data` as a suffix is that in your code you can use `from discord_typings import UserData` even if you define a `User` object (as is expected to be rather common). ### Exceptions To differentiate between the data for complete application commands, and the data Discord expects to receive to create an application command, there is a special-cased `ApplicationCommandPayload`.


نیازمندی

مقدار نام
- typing_extensions


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl discord-typings-0.5.1:

    pip install discord-typings-0.5.1.whl


نصب پکیج tar.gz discord-typings-0.5.1:

    pip install discord-typings-0.5.1.tar.gz