# Telegram Bot PHP SDK Documentation > Telegram Bot API PHP SDK. Lets you build Telegram Bots easily! Supports Laravel out of the box. ## Guides - [Getting Started](https://telegram-bot-sdk.readme.io/docs/getting-started.md): This page will help you get started with Telegram Bot SDK. You'll be up and running in a jiffy! - [Contributing](https://telegram-bot-sdk.readme.io/docs/contributing.md) - [Changelog](https://telegram-bot-sdk.readme.io/docs/changelog.md) - [License](https://telegram-bot-sdk.readme.io/docs/license.md) - [Initial Setup](https://telegram-bot-sdk.readme.io/docs/initial-setup.md): Basic Setup Instructions - [Asynchronous Requests](https://telegram-bot-sdk.readme.io/docs/asynchronous-requests.md) - [Commands System](https://telegram-bot-sdk.readme.io/docs/commands-system.md) - [Keyboards](https://telegram-bot-sdk.readme.io/docs/keyboards.md) - [Webhook & Updates](https://telegram-bot-sdk.readme.io/docs/webhook-updates.md): Working with Webhook Updates & Manually Fetching Updates (Long-polling). - [Extensions](https://telegram-bot-sdk.readme.io/docs/extensions.md) - [Upgrading To 2.0 from 1.x](https://telegram-bot-sdk.readme.io/docs/upgrading-to-20-from-1x.md) - [Upgrading To 1.0 from 0.x](https://telegram-bot-sdk.readme.io/docs/upgrading-to-10-from-0x.md) ## API Reference - [getMe](https://telegram-bot-sdk.readme.io/reference/getme.md): A simple method for testing your bot's auth token. - [sendMessage](https://telegram-bot-sdk.readme.io/reference/sendmessage.md): Use this method to send text messages. - [forwardMessage](https://telegram-bot-sdk.readme.io/reference/forwardmessage.md): Use this method to forward messages of any kind. - [sendPhoto](https://telegram-bot-sdk.readme.io/reference/sendphoto.md): Use this method to send photos. - [sendAudio](https://telegram-bot-sdk.readme.io/reference/sendaudio.md): Use this method to send audio files, if you want Telegram clients to display them in the music player. - [sendDocument](https://telegram-bot-sdk.readme.io/reference/senddocument.md): Use this method to send general files. - [sendSticker](https://telegram-bot-sdk.readme.io/reference/sendsticker.md): Use this method to send .webp stickers. - [sendVideo](https://telegram-bot-sdk.readme.io/reference/sendvideo.md): Use this method to send video files. - [sendVoice](https://telegram-bot-sdk.readme.io/reference/sendvoice.md): Use this method to send audio files, if you want Telegram clients to display the file as a playable voice message. - [sendLocation](https://telegram-bot-sdk.readme.io/reference/sendlocation.md): Use this method to send point on the map. - [sendChatAction](https://telegram-bot-sdk.readme.io/reference/sendchataction.md): Use this method when you need to tell the user that something is happening on the bot's side. - [getUserProfilePhotos](https://telegram-bot-sdk.readme.io/reference/getuserprofilephotos.md): Use this method to get a list of profile pictures for a user. - [getUpdates](https://telegram-bot-sdk.readme.io/reference/getupdates.md): Use this method to receive incoming updates using long polling. - [setWebhook](https://telegram-bot-sdk.readme.io/reference/setwebhook.md): Use this method to specify a url and receive incoming updates via an outgoing webhook. - [removeWebhook](https://telegram-bot-sdk.readme.io/reference/removewebhook.md): Use this method to remove a previously set outgoing webhook. - [getFile](https://telegram-bot-sdk.readme.io/reference/getfile.md): Use this method to get basic info about a file and prepare it for downloading. ## Changelog - [Telegram Bot SDK - New Docs Hub Launched 2023](https://telegram-bot-sdk.readme.io/changelog/telegram-bot-sdk-new-docs-hub-launched-2023.md) - [Join PHP Chat Slack Community for Support!](https://telegram-bot-sdk.readme.io/changelog/join-php-chat-slack-community-for-support.md)