Sha256: 4da7c17bf37738ef9d2db7dcf2d140459c5b3539a3c32d1003af11cc6d96d8f4

Contents?: true

Size: 391 Bytes

Versions: 2

Compression:

Stored size: 391 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class InputSticker < Base
        attribute :sticker, Types::String
        attribute :format, Types::String
        attribute :emoji_list, Types::Array.of(Types::String)
        attribute? :mask_position, MaskPosition
        attribute? :keywords, Types::Array.of(Types::String)
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.2.0 lib/telegram/bot/types/input_sticker.rb
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/input_sticker.rb