KeyboardButtonRequestManagedBot

data class KeyboardButtonRequestManagedBot(val requestId: RequestId, val suggestedName: String? = null, val suggestedUsername: Username? = null)

Parameters

requestId

Signed 32-bit identifier of the request. Must be unique within the message

suggestedName

Suggested name for the bot

suggestedUsername

Suggested username for the bot

Constructors

Link copied to clipboard
constructor(requestId: RequestId, suggestedName: String? = null, suggestedUsername: Username? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val suggestedName: String? = null
Link copied to clipboard