Sha256: db573935b2adf2ab7ce24fadfe3a768de91a47d6b60d6b82cd575d2d467ce515
Contents?: true
Size: 277 Bytes
Versions: 3
Compression:
Stored size: 277 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class MenuButtonWebApp < Base attribute :type, Types::String.default('web_app') attribute :text, Types::String attribute :web_app, WebAppInfo end end end end
Version data entries
3 entries across 3 versions & 1 rubygems