Skype channel

hi, how to get skype sender name

The Connector uses an Activity object to pass information back and forth between bot and channel (user). The most common type of activity is message , but there are other activity types that can be used to communicate various types of information to a bot or channel.

You probably want to look in the IMessageActivity class.