Sha256: 304c939ab71c78f37bf6289181ecad5d545f3cbcd75fb9660fe9a4d90e52aba0

Contents?: true

Size: 339 Bytes

Versions: 3

Compression:

Stored size: 339 Bytes

Contents

module Telegram
  module Bot
    module Types
      class ChatInviteLink < Base
        attribute :invite_link, String
        attribute :creator, User
        attribute :is_primary, Boolean
        attribute :is_revoked, Boolean
        attribute :expire_date, Integer
        attribute :member_limit, Integer
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/chat_invite_link.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/chat_invite_link.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/chat_invite_link.rb