Sha256: 7b265021de73b140200185fc03a92b9fe62959d46b159109c8552e01fc411be0

Contents?: true

Size: 321 Bytes

Versions: 5

Compression:

Stored size: 321 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class LoginUrl < Base
        attribute :url, Types::String
        attribute? :forward_text, Types::String
        attribute? :bot_username, Types::String
        attribute? :request_write_access, Types::Bool
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/login_url.rb
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/login_url.rb
telegram-bot-ruby-1.0.0 lib/telegram/bot/types/login_url.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/login_url.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/types/login_url.rb