How to get channel name in Bot Framework
You can use the following code to get the channel type:
context.Activity.ChannelId
For example, if it is "telegram", you've gotten the message from the "telegram".
If someone from Node.js needs this information too, channel name is stored in, as far as I know:
session.message.address.channelId
and in:
session.message.source