Class TdApi.GetBusinessConnectedBot

Enclosing class:
TdApi

public static class TdApi.GetBusinessConnectedBot extends TdApi.Function<TdApi.BusinessConnectedBot>
Returns the business bot that is connected to the current user account. Returns a 404 error if there is no connected bot.

Returns BusinessConnectedBot

  • Field Details

    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • GetBusinessConnectedBot

      public GetBusinessConnectedBot()
      Default constructor for a function, which returns the business bot that is connected to the current user account. Returns a 404 error if there is no connected bot.

      Returns BusinessConnectedBot

  • Method Details