Class TdApi.MessagePaidMessagePriceChanged

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageContent
org.drinkless.tdlib.TdApi.MessagePaidMessagePriceChanged
Enclosing class:
TdApi

public static class TdApi.MessagePaidMessagePriceChanged extends TdApi.MessageContent
A price for paid messages was changed in the supergroup chat.
  • Field Details

    • paidMessageStarCount

      public long paidMessageStarCount
      The new number of Telegram Stars that must be paid by non-administrator users of the supergroup chat for each sent message.
    • CONSTRUCTOR

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

    • MessagePaidMessagePriceChanged

      public MessagePaidMessagePriceChanged()
      A price for paid messages was changed in the supergroup chat.
    • MessagePaidMessagePriceChanged

      public MessagePaidMessagePriceChanged(long paidMessageStarCount)
      A price for paid messages was changed in the supergroup chat.
      Parameters:
      paidMessageStarCount - The new number of Telegram Stars that must be paid by non-administrator users of the supergroup chat for each sent 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