Class KeyboardButtonPollType

java.lang.Object
io.micronaut.chatbots.telegram.api.KeyboardButtonPollType

public class KeyboardButtonPollType extends Object
This object represents type of a poll, which is allowed to be created and sent when the corresponding button is pressed.
See Also:
  • Constructor Details

    • KeyboardButtonPollType

      public KeyboardButtonPollType()
  • Method Details

    • getType

      @Nullable public @Nullable String getType()
      Returns:
      If quiz is passed, the user will be allowed to create only polls in the quiz mode. If regular is passed, only regular polls will be allowed. Otherwise, the user will be allowed to create a poll of any type.
    • setType

      public void setType(@Nullable @Nullable String type)
      Parameters:
      type - If quiz is passed, the user will be allowed to create only polls in the quiz mode. If regular is passed, only regular polls will be allowed. Otherwise, the user will be allowed to create a poll of any type.
    • toString

      public String toString()
      Overrides:
      toString in class Object