Package org.drinkless.tdlib
Class TdApi.MessagePoll
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.MessageContent
-
- org.drinkless.tdlib.TdApi.MessagePoll
-
- Enclosing class:
- TdApi
public static class TdApi.MessagePoll extends TdApi.MessageContent
A message with a poll.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.PollpollThe poll description.
-
Constructor Summary
Constructors Constructor Description MessagePoll()A message with a poll.MessagePoll(TdApi.Poll poll)A message with a poll.
-
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
-
poll
public TdApi.Poll poll
The poll description.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MessagePoll
public MessagePoll()
A message with a poll.
-
MessagePoll
public MessagePoll(TdApi.Poll poll)
A message with a poll.- Parameters:
poll- The poll description.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-