How can I get the name of the input channel in action_session_start?

When I do tracker.get_latest_input_channel() inside my custom action_session_start it just returns None. My chatbot is on multiple channel so I would like to get the name of each channel that associates to that user. How can I achieve this?