Sha256: 9f6413075534cfd84cd00a9a2915d9215a92fbee95824d4d7cf6184e7743c795

Contents?: true

Size: 262 Bytes

Versions: 10

Compression:

Stored size: 262 Bytes

Contents

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.18.0 lib/telegram/bot/types/login_url.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/login_url.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/login_url.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/login_url.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/login_url.rb
telegram-bot-ruby-0.13.0 lib/telegram/bot/types/login_url.rb
telegram-bot-ruby-0.12.0 lib/telegram/bot/types/login_url.rb
telegram-bot-ruby-0.11.0 lib/telegram/bot/types/login_url.rb
telegram-bot-ruby-0.10.1 lib/telegram/bot/types/login_url.rb
telegram-bot-ruby-0.10.0 lib/telegram/bot/types/login_url.rb