get_channel
AsyncMethod
This is a method of the BotProtocol class in the bots module.Get channel information.
Signature
Parameters
No description available.
Returns
The result of the operation.
get_channel: Get channel information.
This is a method of the BotProtocol class in the bots module.Get channel information.
async def get_channel(&self, channel_id: &str) -> Result<Option<BotChannel>>