Package org.drinkless.tdlib
Class TdApi.PushMessageContentMessageForwards
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.PushMessageContent
-
- org.drinkless.tdlib.TdApi.PushMessageContentMessageForwards
-
- Enclosing class:
- TdApi
public static class TdApi.PushMessageContentMessageForwards extends TdApi.PushMessageContent
A forwarded messages.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.inttotalCountNumber of forwarded messages.
-
Constructor Summary
Constructors Constructor Description PushMessageContentMessageForwards()A forwarded messages.PushMessageContentMessageForwards(int totalCount)A forwarded messages.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
totalCount
public int totalCount
Number of forwarded messages.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-