Interface: User
Fanbook 用户。
Properties
can_join_groups?
optional
can_join_groups:boolean
机器人是否可以被邀请进服务器。
该参数仅可通过 Bot.getMe
获取。
Defined in
can_read_all_group_messages?
optional
can_read_all_group_messages:boolean
机器人是否可以接收服务器的所有消息。
该参数仅可通过 Bot.getMe
获取。
Defined in
first_name
first_name:
string
姓。
Defined in
id
id:
bigint
用户唯一 ID。
Defined in
is_bot
is_bot:
boolean
是否机器人。
Defined in
language_code?
optional
language_code:string
用户语言的 IETF 语言标签。
Defined in
last_name?
optional
last_name:string
名。
Defined in
pending?
optional
pending:boolean
服务器开启入门仪式时,用户是否已完成入门仪式。
Defined in
supports_inline_queries?
optional
supports_inline_queries:boolean
机器人是否支持内联查询。
该参数仅可通过 Bot.getMe
获取。
Defined in
user_token?
optional
user_token:string
Defined in
username?
optional
username:string
username 字段(又称为 Fanbook ID)。