Sha256: ed71e590aff21c025180ff0924af5693f7e114bb9e5387ef8e460d54a84ae43f
Contents?: true
Size: 225 Bytes
Versions: 4
Compression:
Stored size: 225 Bytes
Contents
module TD::Types # A button that opens a specified URL. # # @attr url [String] HTTP or tg:// URL to open. class InlineKeyboardButtonType::Url < InlineKeyboardButtonType attribute :url, TD::Types::String end end
Version data entries
4 entries across 4 versions & 2 rubygems