ExMicrosoftBot.Models.ConversationAccount (ex_microsoftbot v3.0.0)

Microsoft bot conversation account structure

Link to this section Summary

Link to this section Types

Specs

t() :: %ExMicrosoftBot.Models.ConversationAccount{
  conversationType: String.t(),
  id: String.t(),
  isGroup: boolean(),
  name: String.t()
}