Sha256: cba1e013d74cd916195f2c9d416fdd0fdb9cf7131f758187ad95213ac3e6bac1
Contents?: true
Size: 291 Bytes
Versions: 3
Compression:
Stored size: 291 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class WriteAccessAllowed < Base attribute? :from_request, Types::Bool attribute? :web_app_name, Types::String attribute? :from_attachment_menu, Types::Bool end end end end
Version data entries
3 entries across 3 versions & 1 rubygems