Sha256: 417302cdfb700d77638e41841320a4d7e27317da0cd138644ebd1b86aab8dcd1
Contents?: true
Size: 375 Bytes
Versions: 3
Compression:
Stored size: 375 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class ChatJoinRequest < Base attribute :chat, Chat attribute :from, User attribute :user_chat_id, Types::Integer attribute :date, Types::Integer attribute? :bio, Types::String attribute? :invite_link, ChatInviteLink end end end end
Version data entries
3 entries across 3 versions & 1 rubygems