Class TdApi.ChatReportReasonCustom

Enclosing class:
TdApi

public static class TdApi.ChatReportReasonCustom
extends TdApi.ChatReportReason
A custom reason provided by the user.
  • Field Details

  • Constructor Details

    • ChatReportReasonCustom

      public ChatReportReasonCustom()
      A custom reason provided by the user.
    • ChatReportReasonCustom

      public ChatReportReasonCustom​(String text)
      A custom reason provided by the user.
      Parameters:
      text - String Report text.
    • ChatReportReasonCustom

      public ChatReportReasonCustom​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details