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