Sha256: 5c6adba876824a0a349459c53572899c11ac7a3b1e4d089269a64b9190a088ff
Contents?: true
Size: 407 Bytes
Versions: 1
Compression:
Stored size: 407 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class StarTransaction < Base attribute :id, Types::String attribute :amount, Types::Integer attribute? :nanostar_amount, Types::Integer attribute :date, Types::Integer attribute? :source, TransactionPartner attribute? :receiver, TransactionPartner end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-ruby-2.2.0 | lib/telegram/bot/types/star_transaction.rb |