Class: TD::Types::ChatMemberStatus::Member

Inherits:
TD::Types::ChatMemberStatus show all
Defined in:
lib/tdlib/types/chat_member_status/member.rb

Overview

The user is a member of the chat, without any additional privileges or restrictions.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#member_until_dateInteger

Point in time (Unix timestamp) when the user will be removed from the chat because of the expired subscription; 0 if never. Ignored in setChatMemberStatus.

Returns:

  • (Integer)

    the current value of member_until_date



7
8
9
# File 'lib/tdlib/types/chat_member_status/member.rb', line 7

def member_until_date
  @member_until_date
end