Class TdApi.StarTransactionPartnerChannel

Enclosing class:
TdApi

public static class TdApi.StarTransactionPartnerChannel extends TdApi.StarTransactionPartner
The transaction is a transaction with a channel chat.
  • Field Details

    • chatId

      public long chatId
      Identifier of the chat.
    • paidMediaMessageId

      public long paidMediaMessageId
      Identifier of the corresponding message with paid media; can be an identifier of a deleted message.
    • media

      public TdApi.PaidMedia[] media
      Information about the bought media.
    • CONSTRUCTOR

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

    • StarTransactionPartnerChannel

      public StarTransactionPartnerChannel()
      The transaction is a transaction with a channel chat.
    • StarTransactionPartnerChannel

      public StarTransactionPartnerChannel(long chatId, long paidMediaMessageId, TdApi.PaidMedia[] media)
      The transaction is a transaction with a channel chat.
      Parameters:
      chatId - Identifier of the chat.
      paidMediaMessageId - Identifier of the corresponding message with paid media; can be an identifier of a deleted message.
      media - Information about the bought media.
  • 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