get_channel method

get_channel

Gets channel by given name

Returns

Channel with the name

def get_channel(self, channel_name):
    ...
ParameterTypeDescription
channel_namestrThe channel name to find

See Also