Sha256: 3c970af91f72e3d34a8ca4c4983fc51cd54f1b33891f56824348fd6d66baad32
Contents?: true
Size: 475 Bytes
Versions: 1
Compression:
Stored size: 475 Bytes
Contents
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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-ruby-0.18.0 | lib/telegram/bot/types/chat_invite_link.rb |