Class TdApi.GetPollOptionProperties

Enclosing class:
TdApi

public static class TdApi.GetPollOptionProperties extends TdApi.Function<TdApi.PollOptionProperties>
Returns properties of a poll option. This is an offline method.

Returns PollOptionProperties

  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • messageId

      public long messageId
      Identifier of the message.
    • pollOptionId

      public String pollOptionId
      Unique identifier of the answer option, which properties will be returned.
    • CONSTRUCTOR

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

    • GetPollOptionProperties

      public GetPollOptionProperties()
      Default constructor for a function, which returns properties of a poll option. This is an offline method.

      Returns PollOptionProperties

    • GetPollOptionProperties

      public GetPollOptionProperties(long chatId, long messageId, String pollOptionId)
      Creates a function, which returns properties of a poll option. This is an offline method.

      Returns PollOptionProperties

      Parameters:
      chatId - Chat identifier.
      messageId - Identifier of the message.
      pollOptionId - Unique identifier of the answer option, which properties will be returned.
  • Method Details