RtmSession constructor

RtmSession(
  1. Team team,
  2. User bot,
  3. WebSocket _ws
)

Implementation

RtmSession(this.team, this.bot, this._ws);