Sha256: fc3ea1deaba48a4bfb34088ab2265f7caf102ebacb1d406064a60f53ac43d7bf
Contents?: true
Size: 395 Bytes
Versions: 11
Compression:
Stored size: 395 Bytes
Contents
# frozen_string_literal: true 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
11 entries across 11 versions & 2 rubygems