Class TdApi.ReportOption

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ReportOption
Enclosing class:
TdApi

public static class TdApi.ReportOption extends TdApi.Object
Describes an option to report an entity to Telegram.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Identifier uniquely determining type of the object.
    byte[]
    Unique identifier of the option.
    Text of the option.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Describes an option to report an entity to Telegram.
    ReportOption(byte[] id, String text)
    Describes an option to report an entity to Telegram.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class org.drinkless.tdlib.TdApi.Object

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • id

      public byte[] id
      Unique identifier of the option.
    • text

      public String text
      Text of the option.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • ReportOption

      public ReportOption()
      Describes an option to report an entity to Telegram.
    • ReportOption

      public ReportOption(byte[] id, String text)
      Describes an option to report an entity to Telegram.
      Parameters:
      id - Unique identifier of the option.
      text - Text of the option.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR