Raw.account.ConnectedBots

Raw.account.ConnectedBots

Info about currently connected business bots.

account.connectedBots#17d7f87b connected_bots:Vector<ConnectedBot> users:Vector<User> = account.ConnectedBots;
export namespace Raw {
  export namespace account {
    export class ConnectedBots {
      constructor(params: {
        connectedBots: Array<Raw.TypeConnectedBot>;
        users: Array<Raw.TypeUser>;
      }) {}
    }
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x17d7f87b

Property