Module tdlight.api

Class TdApi.BusinessConnectedBot

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.BusinessConnectedBot
Enclosing class:
TdApi

public static final class TdApi.BusinessConnectedBot extends TdApi.Object
Describes a bot connected to a business account.
  • Field Details

    • botUserId

      public long botUserId
      User identifier of the bot.
    • recipients

      public TdApi.BusinessRecipients recipients
      Private chats that will be accessible to the bot.
    • canReply

      public boolean canReply
      True, if the bot can send messages to the private chats; false otherwise.
    • CONSTRUCTOR

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

    • BusinessConnectedBot

      public BusinessConnectedBot()
      Describes a bot connected to a business account.
    • BusinessConnectedBot

      public BusinessConnectedBot(long botUserId, TdApi.BusinessRecipients recipients, boolean canReply)
      Describes a bot connected to a business account.
      Parameters:
      botUserId - User identifier of the bot.
      recipients - Private chats that will be accessible to the bot.
      canReply - True, if the bot can send messages to the private chats; false otherwise.
    • BusinessConnectedBot

      public BusinessConnectedBot(DataInput input) throws IOException
      Describes a bot connected to a business account.
      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object