Skip to content

BusinessConnectedBotInfo

Type · TDLib 1.8.67 · d1085f9c

Describes a connection of a bot to an account

BusinessConnectedBotInfo(
  bot: BusinessConnectedBot,
  connection_date: int32,
  device_model: string,
  location: string
) → BusinessConnectedBotInfo

bot

BusinessConnectedBot

Information about the bot

connection_date

int32

Point in time (Unix timestamp) when the bot was added; may be 0 if unknown

device_model

string

Model of the device that was used for the bot connection, as provided by the application; may be empty if unknown

location

string

A human-readable description of the location from which the bot was connected, based on the IP address; may be empty if unknown