Sha256: 9c39bbc4f5e2a8a491c02700884498a4922a17ee2bd70bdb485d0886861ea9d3
Contents?: true
Size: 370 Bytes
Versions: 2
Compression:
Stored size: 370 Bytes
Contents
# frozen_string_literal: true 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-types-0.7.0 | lib/telegram/bot/types/chat_invite_link.rb |
telegram-bot-types-0.6.3 | lib/telegram/bot/types/chat_invite_link.rb |