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 SummaryFieldsModifier 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 SummaryConstructors
- 
Method Summary
- 
Field Details- 
idUnique identifier of the business connection
- 
userBusiness account user that created the business connection
- 
user_Chat_idIdentifier of a private chat with the user who created the business connection
- 
dateDate the connection was established in Unix time
- 
rightsOptional. Rights of the business bot
- 
is_enabledTrue, if the connection is active
 
- 
- 
Constructor Details- 
BusinessConnectionpublic BusinessConnection()
 
- 
- 
Method Details- 
equals
- 
hashCode
- 
toString
 
-