Class TdApi.ReportChat

Enclosing class:
TdApi

public static class TdApi.ReportChat extends TdApi.Function<TdApi.Ok>
Reports a chat to the Telegram moderators. A chat can be reported only from the chat action bar, or if chat.canBeReported.

Returns Ok

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    long
    Chat identifier.
    static final int
    Identifier uniquely determining type of the object.
    long[]
    Identifiers of reported messages; may be empty to report the whole chat.
    The reason for reporting the chat.
    Additional report details; 0-1024 characters.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which reports a chat to the Telegram moderators.
    ReportChat(long chatId, long[] messageIds, TdApi.ReportReason reason, String text)
    Creates a function, which reports a chat to the Telegram moderators.
  • Method Summary

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

    Methods inherited from class dev.voroby.springframework.telegram.client.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

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

    • chatId

      public long chatId
      Chat identifier.
    • messageIds

      public long[] messageIds
      Identifiers of reported messages; may be empty to report the whole chat. Use messageProperties.canBeReported to check whether the message can be reported.
    • reason

      public TdApi.ReportReason reason
      The reason for reporting the chat.
    • text

      public String text
      Additional report details; 0-1024 characters.
    • CONSTRUCTOR

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

    • ReportChat

      public ReportChat()
      Default constructor for a function, which reports a chat to the Telegram moderators. A chat can be reported only from the chat action bar, or if chat.canBeReported.

      Returns Ok

    • ReportChat

      public ReportChat(long chatId, long[] messageIds, TdApi.ReportReason reason, String text)
      Creates a function, which reports a chat to the Telegram moderators. A chat can be reported only from the chat action bar, or if chat.canBeReported.

      Returns Ok

      Parameters:
      chatId - Chat identifier.
      messageIds - Identifiers of reported messages; may be empty to report the whole chat. Use messageProperties.canBeReported to check whether the message can be reported.
      reason - The reason for reporting the chat.
      text - Additional report details; 0-1024 characters.
  • 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