Package org.telegram.abilitybots.api.objects


package org.telegram.abilitybots.api.objects
  • Class
    Description
    An ability is a fully-fledged bot action that contains all the necessary information to process: A response to a command A post-response to a command A reply to a sequence of actions
     
    Flags are an conditions that are applied on an Update.
    Locality identifies the location in which you want your message to be accessed.
    MessageContext is a wrapper class to the Update, originating end-user and the arguments present in its message (if any).
    Privacy represents a restriction on who can use the ability.
    A reply consists of update conditionals and an action to be applied on the update.
    A wrapping object containing Replies.
     
     
    Basic POJO to track ability and reply hits.