BusinessConnectionUpdate

data class BusinessConnectionUpdate(val updateId: Int, val update: Update, val businessConnection: BusinessConnection) : ProcessedUpdate, UserReference

Constructors

Link copied to clipboard
constructor(updateId: Int, update: Update, businessConnection: BusinessConnection)

Properties

Link copied to clipboard
open val text: String
Link copied to clipboard
open override val update: Update
Link copied to clipboard
open override val updateId: Int
Link copied to clipboard
open override val user: User
Link copied to clipboard

Functions

Link copied to clipboard