get_channel
AsyncMethod
This is a method of the BotProtocol class in the protocols module.Get channel information.
Signature
Parameters
Channel ID to look up
Returns
Channel information or None if not found
Get channel information.
This is a method of the BotProtocol class in the protocols module.Get channel information.
async def get_channel(channel_id: str) -> Optional[BotChannel]