Class: TD::Types::StarTransactionPartner::User
- Inherits:
-
TD::Types::StarTransactionPartner
- Object
- Dry::Struct
- Base
- TD::Types::StarTransactionPartner
- TD::Types::StarTransactionPartner::User
- Defined in:
- lib/tdlib/types/star_transaction_partner/user.rb
Overview
The transaction is a gift of Telegram Stars from another user.
Instance Attribute Summary collapse
-
#sticker ⇒ TD::Types::Sticker?
A sticker to be shown in the transaction information; may be null if unknown.
-
#user_id ⇒ Integer
Identifier of the user; 0 if the gift was anonymous.
Method Summary
Methods inherited from Base
Instance Attribute Details
#sticker ⇒ TD::Types::Sticker?
A sticker to be shown in the transaction information; may be null if unknown.
7 8 9 |
# File 'lib/tdlib/types/star_transaction_partner/user.rb', line 7 def sticker @sticker end |
#user_id ⇒ Integer
Identifier of the user; 0 if the gift was anonymous.
7 8 9 |
# File 'lib/tdlib/types/star_transaction_partner/user.rb', line 7 def user_id @user_id end |