Sha256: 1c53e3ec094bd73d2f2c5e2f41a496ff8a431c6b37ed4ef66fee7a8e7838fd11
Contents?: true
Size: 506 Bytes
Versions: 8
Compression:
Stored size: 506 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class ChatInviteLink < Base attribute :invite_link, String attribute :creator, User attribute :creates_join_request, Boolean attribute :is_primary, Boolean attribute :is_revoked, Boolean attribute :name, String attribute :expire_date, Integer attribute :member_limit, Integer attribute :pending_join_request_count, Integer end end end end
Version data entries
8 entries across 8 versions & 1 rubygems