Sha256: 207a1f8032707f9cb48123b8f69e868278a6d67c92ca598c92fff8e1c25bbf86
Contents?: true
Size: 618 Bytes
Versions: 3
Compression:
Stored size: 618 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class InlineQueryResultCachedMpeg4Gif < Base attribute :type, Types::String.default('mpeg4_gif') attribute :id, Types::String attribute :mpeg4_file_id, Types::String attribute? :title, Types::String attribute? :caption, Types::String attribute? :parse_mode, Types::String attribute? :caption_entities, Types::Array.of(MessageEntity) attribute? :reply_markup, InlineKeyboardMarkup attribute? :input_message_content, InputMessageContent end end end end
Version data entries
3 entries across 3 versions & 1 rubygems