Sha256: f209f6013b4b0736cd0fc390dee62e4d3eb02ba36d1b1f4606f7cd3e71e92f02

Contents?: true

Size: 311 Bytes

Versions: 8

Compression:

Stored size: 311 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class ChatJoinRequest < Base
        attribute :chat, Chat
        attribute :from, User
        attribute :date, Integer
        attribute :bio, String
        attribute :invite_link, ChatInviteLink
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.23.0 lib/telegram/bot/types/chat_join_request.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/chat_join_request.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/chat_join_request.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/chat_join_request.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/chat_join_request.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/chat_join_request.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/chat_join_request.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/chat_join_request.rb