Sha256: 315c2e617f42faa7e8c31972ac3726881828e5b4beb67d1f166eb6b4bb72df73

Contents?: true

Size: 486 Bytes

Versions: 3

Compression:

Stored size: 486 Bytes

Contents

module TD::Types
  # The chat can be reported as spam using the method reportChat with the reason chatReportReasonSpam.
  #
  # @attr can_unarchive [Boolean] If true, the chat was automatically archived and can be moved back to the main chat
  #   list using addChatToList simultaneously with setting chat notification settings to default using
  #   setChatNotificationSettings.
  class ChatActionBar::ReportSpam < ChatActionBar
    attribute :can_unarchive, TD::Types::Bool
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/chat_action_bar/report_spam.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/chat_action_bar/report_spam.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/chat_action_bar/report_spam.rb