Return to Sysbot Documentation index
List of available methods:
sendRequest($method, $params);
sendAction($action, $chat_id);
sendMessage($text, $keyboard, $type, $parse_mode, $silent, $chat_id);
editMessage($message_id, $text, $inline_keyboard, $parse_mode, $chat_id);
deleteMessage($message_id, $chat_id);
forwardMessage($message_id, $to_chat_id, $from_chat_id);
sendFile($url, $caption, $type, $chat_id);
answerCallbackQuery($text, $show_as_alert);
answerInlineQuery($result, $switch_to_pm_text, $switch_to_pm_payload);
getChat($chat_id);
getChatAdministrators($chat_id);
getChatMember($user_id, $chat_id);
getChatMembersCount($chat_id);
banMember($user_id, $chat_id);
unbanMember($chat_id, $user_id);
kickMember($chat_id, $user_id);
restrictMember($chat_id, $user_id, $can_send_messages, $can_send_media, $can_send_other, $can_send_web_previews, $restrict_seconds);
promoteMember($chat_id, $user_id, $can_change_info, $can_delete_messages, $can_invite_users, $can_restrict_members, $can_promote_members);
From here you can search these documents. Enter your search terms below.