Class: TD::Types::ChatMemberStatus::Member
- Inherits:
-
TD::Types::ChatMemberStatus
- Object
- Dry::Struct
- Base
- TD::Types::ChatMemberStatus
- TD::Types::ChatMemberStatus::Member
- 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
-
#member_until_date ⇒ Integer
Point in time (Unix timestamp) when the user will be removed from the chat because of the expired subscription; 0 if never.
Method Summary
Methods inherited from Base
Instance Attribute Details
#member_until_date ⇒ Integer
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.
7 8 9 |
# File 'lib/tdlib/types/chat_member_status/member.rb', line 7 def member_until_date @member_until_date end |