Method: BotFramework::ChannelAccount#id
- Defined in:
- lib/bot_framework/models/channel_account.rb
#id ⇒ Object
Channel id for the user or bot on this channel (Example: [email protected], or @joesmith or 123456)
5 6 7 |
# File 'lib/bot_framework/models/channel_account.rb', line 5 def id @id end |