Interface GatewayWelcomeData

Hierarchy

  • GatewayWelcomeData

Properties

heartbeatIntervalMs: number
lastMessageId: string
user: {
    botId: string;
    createdAt: string;
    createdBy: string;
    id: string;
    name: string;
}

Type declaration

  • botId: string
  • createdAt: string
  • createdBy: string
  • id: string
  • name: string