Class TdApi.StarTransactionTypeChannelPaidReactionSend

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.StarTransactionType
org.drinkless.tdlib.TdApi.StarTransactionTypeChannelPaidReactionSend
Enclosing class:
TdApi

public static class TdApi.StarTransactionTypeChannelPaidReactionSend extends TdApi.StarTransactionType
The transaction is a sending of a paid reaction to a message in a channel chat by the current user; for regular users only.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    long
    Identifier of the channel chat.
    static final int
    Identifier uniquely determining type of the object.
    long
    Identifier of the reacted message; can be 0 or an identifier of a deleted message.
  • Constructor Summary

    Constructors
    Constructor
    Description
    The transaction is a sending of a paid reaction to a message in a channel chat by the current user; for regular users only.
    StarTransactionTypeChannelPaidReactionSend(long chatId, long messageId)
    The transaction is a sending of a paid reaction to a message in a channel chat by the current user; for regular users only.
  • 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

    • chatId

      public long chatId
      Identifier of the channel chat.
    • messageId

      public long messageId
      Identifier of the reacted message; can be 0 or an identifier of a deleted message.
    • CONSTRUCTOR

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

    • StarTransactionTypeChannelPaidReactionSend

      public StarTransactionTypeChannelPaidReactionSend()
      The transaction is a sending of a paid reaction to a message in a channel chat by the current user; for regular users only.
    • StarTransactionTypeChannelPaidReactionSend

      public StarTransactionTypeChannelPaidReactionSend(long chatId, long messageId)
      The transaction is a sending of a paid reaction to a message in a channel chat by the current user; for regular users only.
      Parameters:
      chatId - Identifier of the channel chat.
      messageId - Identifier of the reacted message; can be 0 or an identifier of a deleted message.
  • 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