Class TdApi.ChatEventPollStopped

Enclosing class:
TdApi

public static 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
      Throws:
      IOException
  • Method Details