InlineKeyboardButton
public struct InlineKeyboardButton : Codable, Equatable, FunctionResult
Represents a single button in an inline keyboard
-
Text of the button
Declaration
Swift
public let text: String -
Type of the button
Declaration
Swift
public let type: InlineKeyboardButtonType -
Represents a single button in an inline keyboard
Declaration
Swift
public init(text: String, type: InlineKeyboardButtonType)Parameters
textText of the button
typeType of the button
View on GitHub
Install in Dash
InlineKeyboardButton Structure Reference