Class SetMyCommands

java.lang.Object
com.pengrad.telegrambot.request.BaseRequest<SetMyCommands,​BaseResponse>
com.pengrad.telegrambot.request.SetMyCommands

public class SetMyCommands
extends BaseRequest<SetMyCommands,​BaseResponse>
Stas Parshin 31 March 2020
  • Constructor Details

  • Method Details

    • scope

      public SetMyCommands scope​(BotCommandScope scope)
      Parameters:
      scope - An object that extends the BotCommandScope class. For example: new BotCommandScopeAllPrivateChats()
      Returns:
    • languageCode

      public SetMyCommands languageCode​(java.lang.String languageCode)
      Parameters:
      languageCode - A two-letter ISO 639-1 language code. If empty, commands will be applied to all users from the given scope, for whose language there are no dedicated commands
      Returns: