Package org.drinkless.tdlib
Class TdApi.MessagePaidMessagePriceChanged
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageContent
org.drinkless.tdlib.TdApi.MessagePaidMessagePriceChanged
- Enclosing class:
- TdApi
A price for paid messages was changed in the supergroup chat.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.long
The new number of Telegram Stars that must be paid by non-administrator users of the supergroup chat for each sent message. -
Constructor Summary
ConstructorsConstructorDescriptionA price for paid messages was changed in the supergroup chat.MessagePaidMessagePriceChanged
(long paidMessageStarCount) A price for paid messages was changed in the supergroup chat. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
paidMessageStarCount
public long paidMessageStarCountThe 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 CONSTRUCTORIdentifier 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 classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-