Class BotCommandScopeChatMember

java.lang.Object
io.github.natanimn.telebof.types.bot.BotCommandScope
io.github.natanimn.telebof.types.bot.BotCommandScopeChatMember
All Implemented Interfaces:
Serializable

public class BotCommandScopeChatMember extends BotCommandScope
Represents the scope of bot commands, covering a specific member of a group or supergroup chat.
Since:
3 March 2025
Author:
Natanim
See Also:
  • Field Details

    • chatId

      @SerializedName("chat_id") private Object chatId
  • Constructor Details

    • BotCommandScopeChatMember

      public BotCommandScopeChatMember(Object chatId)