Sha256: a261ce107a3218efb919f3ad9eb213b7b4f19f73136cef356c776b533fd515da
Contents?: true
Size: 360 Bytes
Versions: 6
Compression:
Stored size: 360 Bytes
Contents
module TD::Types # Contains a description of a custom keyboard and actions that can be done with it to quickly reply to bots. class ReplyMarkup < Base %w[ remove_keyboard force_reply show_keyboard inline_keyboard ].each do |type| autoload TD::Types.camelize(type), "tdlib/types/reply_markup/#{type}" end end end
Version data entries
6 entries across 6 versions & 2 rubygems