Sha256: 53f3bfd1c1a39f4c5734f6a546539350cdcb9c359e300f5c18763d35aa891a9b
Contents?: true
Size: 351 Bytes
Versions: 3
Compression:
Stored size: 351 Bytes
Contents
module TD::Types # A message with an invoice from a bot. # # @attr price [String] Product price. # @attr is_pinned [Boolean] True, if the message is a pinned message with the specified content. class PushMessageContent::Invoice < PushMessageContent attribute :price, TD::Types::String attribute :is_pinned, TD::Types::Bool end end
Version data entries
3 entries across 3 versions & 2 rubygems