Class TdApi.RemoveMessageSenderBotVerification

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.Ok>
org.drinkless.tdlib.TdApi.RemoveMessageSenderBotVerification
Enclosing class:
TdApi

public static class TdApi.RemoveMessageSenderBotVerification extends TdApi.Function<TdApi.Ok>
Removes the verification status of a user or a chat by an owned bot.

Returns Ok

  • Field Details

    • botUserId

      public long botUserId
      Identifier of the owned bot, which verified the user or the chat.
    • verifiedId

      public TdApi.MessageSender verifiedId
      Identifier of the user or the supergroup or channel chat, which verification is removed.
    • CONSTRUCTOR

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

    • RemoveMessageSenderBotVerification

      public RemoveMessageSenderBotVerification()
      Default constructor for a function, which removes the verification status of a user or a chat by an owned bot.

      Returns Ok

    • RemoveMessageSenderBotVerification

      public RemoveMessageSenderBotVerification(long botUserId, TdApi.MessageSender verifiedId)
      Creates a function, which removes the verification status of a user or a chat by an owned bot.

      Returns Ok

      Parameters:
      botUserId - Identifier of the owned bot, which verified the user or the chat.
      verifiedId - Identifier of the user or the supergroup or channel chat, which verification is removed.
  • 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