Class BusinessConnection
java.lang.Object
io.github.natanimn.telebof.types.updates.BusinessConnection
- All Implemented Interfaces:
TelegramUpdate
Describes the connection of the bot with a business account.
- Since:
- 3 March 2025
-
Field Summary
FieldsModifier and TypeFieldDescriptionDate the connection was established in Unix timeUnique identifier of the business connectionTrue, if the connection is activeOptional.Business account user that created the business connectionIdentifier of a private chat with the user who created the business connection -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
Unique identifier of the business connection -
user
Business account user that created the business connection -
user_Chat_id
Identifier of a private chat with the user who created the business connection -
date
Date the connection was established in Unix time -
rights
Optional. Rights of the business bot -
is_enabled
True, if the connection is active
-
-
Constructor Details
-
BusinessConnection
public BusinessConnection()
-
-
Method Details
-
equals
-
hashCode
-
toString
-