just create channel.py

This commit is contained in:
grey-cat-1908 2022-03-18 12:19:10 +03:00
parent 80bc0ff780
commit af68f00a82

View file

@ -0,0 +1,10 @@
from __future__ import annotations
from enum import IntEnum
from dataclasses import dataclass
from typing import Optional
from ...utils.api_model import APIModelBase
from ...utils.types import APINullable
from ...utils.snowflake import Snowflake