Sha256: f44521785a79a9681925e0189ff048e60ab5989f182eba4f9f809becfe36d9b7
Contents?: true
Size: 277 Bytes
Versions: 1
Compression:
Stored size: 277 Bytes
Contents
module TD::Types # The anyone_can_invite setting of a supergroup chat was toggled. # # @attr anyone_can_invite [Boolean] New value of anyone_can_invite. class ChatEventAction::InvitesToggled < ChatEventAction attribute :anyone_can_invite, TD::Types::Bool end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.0.0 | lib/tdlib/types/chat_event_action/invites_toggled.rb |