Sha256: 37d5398d8eca3a73b55cae110e70c56f9e154c0ce9fcf92a8e08e20480cc9c5a
Contents?: true
Size: 304 Bytes
Versions: 7
Compression:
Stored size: 304 Bytes
Contents
module Telegram module Bot module Types class InputMediaDocument < Base attribute :type, String, default: 'document' attribute :media, String attribute :thumb, String attribute :caption, String attribute :parse_mode, String end end end end
Version data entries
7 entries across 7 versions & 1 rubygems