Class VerifyChat

java.lang.Object
io.github.natanimn.telebof.requests.AbstractBaseRequest<VerifyChat, Boolean>
io.github.natanimn.telebof.requests.service.VerifyChat

public class VerifyChat extends AbstractBaseRequest<VerifyChat, Boolean>
Verifies a chat on behalf of the organization which is represented by the bot.
Since:
1 August 2025
  • Constructor Details

    • VerifyChat

      public VerifyChat(Object chat_id, Api rs)
      Parameters:
      chat_id - Unique identifier for the target chat or username of the target channel (in the format @channelusername)
      rs - Request
  • Method Details