Class: TD::Types::ChatMemberStatus::Creator

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

Overview

The user is the creator of a chat and has all the administrator privileges.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#is_memberBoolean

True, if the user is a member of the chat.

Returns:

  • (Boolean)

    the current value of is_member



5
6
7
# File 'lib/tdlib/types/chat_member_status/creator.rb', line 5

def is_member
  @is_member
end