Class TdApi.ReportChatSponsoredMessage

Enclosing class:
TdApi

public static class TdApi.ReportChatSponsoredMessage extends TdApi.Function<TdApi.ReportChatSponsoredMessageResult>
Reports a sponsored message to Telegram moderators.

Returns ReportChatSponsoredMessageResult

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    long
    Chat identifier of the sponsored message.
    static final int
    Identifier uniquely determining type of the object.
    long
    Identifier of the sponsored message.
    byte[]
    Option identifier chosen by the user; leave empty for the initial request.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which reports a sponsored message to Telegram moderators.
    ReportChatSponsoredMessage(long chatId, long messageId, byte[] optionId)
    Creates a function, which reports a sponsored message to 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 of the sponsored message.
    • messageId

      public long messageId
      Identifier of the sponsored message.
    • optionId

      public byte[] optionId
      Option identifier chosen by the user; leave empty for the initial request.
    • CONSTRUCTOR

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

    • ReportChatSponsoredMessage

      public ReportChatSponsoredMessage()
      Default constructor for a function, which reports a sponsored message to Telegram moderators.

      Returns ReportChatSponsoredMessageResult

    • ReportChatSponsoredMessage

      public ReportChatSponsoredMessage(long chatId, long messageId, byte[] optionId)
      Creates a function, which reports a sponsored message to Telegram moderators.

      Returns ReportChatSponsoredMessageResult

      Parameters:
      chatId - Chat identifier of the sponsored message.
      messageId - Identifier of the sponsored message.
      optionId - Option identifier chosen by the user; leave empty for the initial request.
  • 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