Sha256: 1762f8b29a9e54bf5308cfbe399b5a42230ef1a75d4b94d3697dcb87f26f5556

Contents?: true

Size: 1.03 KB

Versions: 1

Compression:

Stored size: 1.03 KB

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class ExternalReplyInfo < Base
        attribute :origin, MessageOrigin
        attribute? :chat, Chat
        attribute? :message_id, Types::Integer
        attribute? :link_preview_options, LinkPreviewOptions
        attribute? :animation, Animation
        attribute? :audio, Audio
        attribute? :document, Document
        attribute? :photo, Types::Array.of(PhotoSize)
        attribute? :sticker, Sticker
        attribute? :story, Story
        attribute? :video, Video
        attribute? :video_note, VideoNote
        attribute? :voice, Voice
        attribute? :has_media_spoiler, Types::True
        attribute? :contact, Contact
        attribute? :dice, Dice
        attribute? :game, Game
        attribute? :giveaway, Giveaway
        attribute? :giveaway_winners, GiveawayWinners
        attribute? :invoice, Invoice
        attribute? :location, Location
        attribute? :poll, Poll
        attribute? :venue, Venue
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/external_reply_info.rb