Class TdApi.UpdatePoll

  • Enclosing class:
    TdApi

    public static class TdApi.UpdatePoll
    extends TdApi.Update
    A poll was updated; for bots only.
    • Field Detail

      • poll

        public TdApi.Poll poll
        New data about the poll.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • UpdatePoll

        public UpdatePoll()
        A poll was updated; for bots only.
      • UpdatePoll

        public UpdatePoll​(TdApi.Poll poll)
        A poll was updated; for bots only.
        Parameters:
        poll - New data about the poll.