Name | Input | Description |
---|---|---|
mention_user_by_ID() |
user_id , text , parse_mode |
Mention the user with a numeric ID |
mention_sender_user() |
- | Mention the message sender |
mention_reply_user() |
- | Mention the replyed message user |
bold() |
text , parse_mode |
Bold text |
italic() |
text , parse_mode |
Italic text |
underline() |
text |
Underline text |
strikethrough() |
text , parse_mode |
Strikethrough text |
spoiler() |
text |
Spoiler text |
pre() |
text , lang , parse_mode |
Pre text |
code() |
text , parse_mode |
Code text |
inline_url() |
text , url , parse_mode |
Creating linked text |
Name |
---|
auth() |
role() |
level() |
bot() |
console() |
keyboard() |
request() |
schema() |
Name |
---|
get_status($user_id = null, $chat_id = null) |
is_chat_admin($user_id = null, $chat_id = null) |
is_chat_creator($user_id = null, $chat_id = null) |
is_chat_member($user_id = null, $chat_id = null) |
is_kicked($user_id = null, $chat_id = null) |
is_restricted($user_id = null, $chat_id = null) |
is_left($user_id = null, $chat_id = null) |
is_bot_admin($user_id = null, $chat_id = null) |
is_bot_owner($user_id = null, $chat_id = null) |
set_role($role,$user_id = null, $chat_id = null) |
add_bot_admin($user_id = null, $chat_id = null) |
add_bot_owner($user_id = null, $chat_id = null) |
remove_role($user_id = null, $chat_id = null) |
get_role($user_id = null, $chat_id = null) |
set_level($level, $user_id = null, $chat_id = null) |
remove_level($user_id = null, $chat_id = null) |
user_level($user_id = null, $chat_id = null) |
Name |
---|
inlineKeyboardMarkup(...$rows) |
replyKeyboardMarkup(...$rows) |
col($text, ...(see telegram doc)) |
row(...$cols) |
Name |
---|
chat() |
user() |
update_id() |
chat() |
message() |
edited_message() |
channel_post() |
edited_channel_post() |
business_connection() |
business_message() |
edited_business_message() |
deleted_business_messages() |
message_reaction() |
message_reaction_count() |
inline_query() |
chosen_inline_result() |
callback_query() |
shipping_query() |
pre_checkout_query() |
poll() |
poll_answer() |
my_chat_member() |
chat_member() |
chat_join_request() |
chat_boost() |
removed_chat_boost() |
Name | Description |
---|---|
selfDelete() |
Remove current message |