Sha256: 49d5c4681b9d65cc0b67ff5b0ed1322e36e8abc6a08924ea13b3ba93e792fe2e
Contents?: true
Size: 396 Bytes
Versions: 10
Compression:
Stored size: 396 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class InlineQueryResultCachedSticker < Base attribute :type, String, default: 'sticker' attribute :id, String attribute :sticker_file_id, String attribute :reply_markup, InlineKeyboardMarkup attribute :input_message_content, InputMessageContent end end end end
Version data entries
10 entries across 10 versions & 2 rubygems