BotCommandScopeChatMember

final case class BotCommandScopeChatMember(chatId: ChatId, userId: Long) extends BotCommandScope

Represents the scope of bot commands, covering a specific member of a group or supergroup chat.

Value parameters:
chatId

Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)

userId

Unique identifier of the target user

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product