Sha256: 2385fb2883e6e47c237eb3580f9ca1a762763679d07ff0c291cb66b9d9ef6850
Contents?: true
Size: 364 Bytes
Versions: 31
Compression:
Stored size: 364 Bytes
Contents
module Telegram module Bot module Types class CallbackQuery < Base attribute :id, String attribute :from, User attribute :message, Message attribute :inline_message_id, String attribute :chat_instance, String attribute :data, String attribute :game_short_name, String end end end end
Version data entries
31 entries across 31 versions & 3 rubygems