Class: TD::Types::Update::StarRevenueStatus

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/star_revenue_status.rb

Overview

The Telegram Star revenue earned by a bot or a chat has changed. If Telegram Star transaction screen of the chat is opened, then getStarTransactions may be called to fetch new

transactions.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#owner_idTD::Types::MessageSender

Identifier of the owner of the Telegram Stars.

Returns:



8
9
10
# File 'lib/tdlib/types/update/star_revenue_status.rb', line 8

def owner_id
  @owner_id
end

#statusTD::Types::StarRevenueStatus

New Telegram Star revenue status.

Returns:



8
9
10
# File 'lib/tdlib/types/update/star_revenue_status.rb', line 8

def status
  @status
end