Class: TD::Types::ChatEventAction::InvitesToggled

Inherits:
TD::Types::ChatEventAction show all
Defined in:
lib/tdlib/types/chat_event_action/invites_toggled.rb

Overview

The can_invite_users permission of a supergroup chat was toggled.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#can_invite_usersBoolean

New value of can_invite_users permission.

Returns:

  • (Boolean)

    the current value of can_invite_users



5
6
7
# File 'lib/tdlib/types/chat_event_action/invites_toggled.rb', line 5

def can_invite_users
  @can_invite_users
end