Class TdApi.ChatEventPollStopped

  • Enclosing class:
    TdApi

    public static class TdApi.ChatEventPollStopped
    extends TdApi.ChatEventAction
    A poll in a message was stopped.
    • Field Detail

      • message

        public TdApi.Message message
        The message with the poll.
      • CONSTRUCTOR

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

      • ChatEventPollStopped

        public ChatEventPollStopped()
        A poll in a message was stopped.
      • ChatEventPollStopped

        public ChatEventPollStopped​(TdApi.Message message)
        A poll in a message was stopped.
        Parameters:
        message - The message with the poll.