Sha256: 65e1a898039bdf8eb364e6b3cf8ccd304bc833af6cee002ee0ef2209fd4de317
Contents?: true
Size: 293 Bytes
Versions: 11
Compression:
Stored size: 293 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class LoginUrl < Base attribute :url, String attribute :forward_text, String attribute :bot_username, String attribute :request_write_access, Boolean end end end end
Version data entries
11 entries across 11 versions & 2 rubygems