Class: TD::Types::ChatBoostSource::Premium

Inherits:
TD::Types::ChatBoostSource show all
Defined in:
lib/tdlib/types/chat_boost_source/premium.rb

Overview

A user with Telegram Premium subscription or gifted Telegram Premium boosted the chat.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#user_idInteger

Identifier of the user.



5
6
7
# File 'lib/tdlib/types/chat_boost_source/premium.rb', line 5

def user_id
  @user_id
end