Class: TD::Types::PushMessageContent::ChatDeleteMember

Inherits:
TD::Types::PushMessageContent show all
Defined in:
lib/tdlib/types/push_message_content/chat_delete_member.rb

Overview

A chat member was deleted.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#is_current_userBoolean

True, if the current user was deleted from the group.

Returns:

  • (Boolean)

    the current value of is_current_user



7
8
9
# File 'lib/tdlib/types/push_message_content/chat_delete_member.rb', line 7

def is_current_user
  @is_current_user
end

#is_leftBoolean

True, if the user has left the group themself.

Returns:

  • (Boolean)

    the current value of is_left



7
8
9
# File 'lib/tdlib/types/push_message_content/chat_delete_member.rb', line 7

def is_left
  @is_left
end

#member_nameTD::Types::String

Name of the deleted member.

Returns:

  • (TD::Types::String)

    the current value of member_name



7
8
9
# File 'lib/tdlib/types/push_message_content/chat_delete_member.rb', line 7

def member_name
  @member_name
end