Sha256: 47232124dbfe576d7a5c05f5719884383168120229b8cf7c03e4e9ab9a935d70

Contents?: true

Size: 294 Bytes

Versions: 1

Compression:

Stored size: 294 Bytes

Contents

module TD::Types
  # A chat was blocked or unblocked.
  #
  # @attr chat_id [Integer] Chat identifier.
  # @attr is_blocked [Boolean] New value of is_blocked.
  class Update::ChatIsBlocked < Update
    attribute :chat_id, TD::Types::Integer
    attribute :is_blocked, TD::Types::Bool
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/update/chat_is_blocked.rb