Sha256: de28d76dae4a4a861a5fb681579ac09cd2c05c59ce44784b1511caa6a36f0af0

Contents?: true

Size: 1.07 KB

Versions: 1

Compression:

Stored size: 1.07 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? :paid_media, PaidMediaInfo
        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.1.0 lib/telegram/bot/types/external_reply_info.rb