Class TdApi.ChatReportReasonCustom

  • Enclosing class:
    TdApi

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

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      java.lang.String text
      Report text.
    • Field Detail

      • text

        public java.lang.String text
        Report text.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ChatReportReasonCustom

        public ChatReportReasonCustom()
        Default constructor.
      • ChatReportReasonCustom

        public ChatReportReasonCustom​(java.lang.String text)
        Constructor for initialization of all fields.
        Parameters:
        text - Report text.