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 chatId, Api api)
      Parameters:
      chatId - Unique identifier for the target chat or username of the target channel (in the format @channelusername)
      api - api
  • Method Details