Module tdlight.api

Class TdApi.ChatEventPollStopped

Enclosing class:
TdApi

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

  • Constructor Details

    • 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 - Message The message with the poll.
    • ChatEventPollStopped

      public ChatEventPollStopped(DataInput input) throws IOException
      A poll in a message was stopped.
      Throws:
      IOException
  • Method Details