A 
        Actions Class in namespace Telegram\Bot  Class Actions. Api Class in namespace Telegram\Bot  Class Api. 
    Api ::addCommandMethod in class Api   
                    Add Telegram Command to the Command Bus. 
    Api ::addCommandsMethod in class Api   
                    Add Telegram Commands to the Command Bus. 
    CommandBus ::addCommandsMethod in class CommandBus   
                    Add a list of commands. 
    CommandBus ::addCommandMethod in class CommandBus   
                    Add a command to the commands list. Audio Class in namespace Telegram\Bot\Objects  Class Audio.         B 
        
    TelegramServiceProvider ::bootMethod in class TelegramServiceProvider   
                    Bootstrap the application events. BaseObject Class in namespace Telegram\Bot\Objects  Class BaseObject.         C 
        
    Api ::commandsHandlerMethod in class Api   
                    Processes Inbound Commands. Command Class in namespace Telegram\Bot\Commands  Class Command. CommandBus Class in namespace Telegram\Bot\Commands  Class CommandBus. CommandInterface Class in namespace Telegram\Bot\Commands  Interface CommandInterface. 
    TelegramResponseException ::createMethod in class TelegramResponseException   
                    A factory for creating the appropriate exception based on the response from Telegram. Chat Class in namespace Telegram\Bot\Objects  Class Chat. Contact Class in namespace Telegram\Bot\Objects  Class Contact.         D 
        
    Api ::detectMessageTypeMethod in class Api   
                    Detect Message Type Based on Update or Message Object. Document Class in namespace Telegram\Bot\Objects  Class Document. 
    TelegramResponse ::decodeBodyMethod in class TelegramResponse   
                    Converts raw API response to proper decoded response.         E 
        
    CommandBus ::executeMethod in class CommandBus   
                    Execute the command.         F 
        
    Api ::forwardMessageMethod in class Api   
                    Forward messages of any kind. 
    Api ::forceReplyMethod in class Api   
                    Display a reply interface to the user (act as if the user has selected the bot‘s message and tapped ’Reply'). File Class in namespace Telegram\Bot\Objects  Class File.         G 
        
    Api ::getClientMethod in class Api   
                    Returns the TelegramClient service. 
    Api ::getAccessTokenMethod in class Api   
                    Returns Telegram Bot API Access Token. 
    Api ::getLastResponseMethod in class Api   
                    Returns the last response returned from API request. 
    Api ::getCommandBusMethod in class Api   
                    Returns SDK's Command Bus. 
    Api ::getCommandsMethod in class Api   
                    Returns list of available commands. 
    Api ::getMeMethod in class Api   
                    A simple method for testing your bot's auth token. 
    Api ::getUserProfilePhotosMethod in class Api   
                    Returns a list of profile pictures for a user. 
    Api ::getFileMethod in class Api   
                    Returns basic info about a file and prepare it for downloading. 
    Api ::getWebhookUpdatesMethod in class Api   
                    Returns webhook updates sent by Telegram. 
    Api ::getUpdatesMethod in class Api   
                    Use this method to receive incoming updates using long polling. 
    Api ::getContainerMethod in class Api   
                    Get the IoC Container. 
    Api ::getTimeOutMethod in class Api   
                    
 
    Api ::getConnectTimeOutMethod in class Api   
                    
 
    Command ::getNameMethod in class Command   
                    Get Command Name. 
    Command ::getDescriptionMethod in class Command   
                    Get Command Description. 
    Command ::getTelegramMethod in class Command   
                    Returns Telegram Instance. 
    Command ::getUpdateMethod in class Command   
                    Returns Original Update. 
    Command ::getArgumentsMethod in class Command   
                    Get Arguments passed to the command. 
    Command ::getCommandBusMethod in class Command   
                    Returns an instance of Command Bus. 
    CommandBus ::getCommandsMethod in class CommandBus   
                    Returns the list of commands. 
    TelegramResponseException ::getHttpStatusCodeMethod in class TelegramResponseException   
                    Returns the HTTP status code. 
    TelegramResponseException ::getErrorTypeMethod in class TelegramResponseException   
                    Returns the error type. 
    TelegramResponseException ::getRawResponseMethod in class TelegramResponseException   
                    Returns the raw response used to create the exception. 
    TelegramResponseException ::getResponseDataMethod in class TelegramResponseException   
                    Returns the decoded response used to create the exception. 
    TelegramResponseException ::getResponseMethod in class TelegramResponseException   
                    Returns the response entity used to create the exception. 
    InputFile ::getFileNameMethod in class InputFile   
                    Return the name of the file. GuzzleHttpClient Class in namespace Telegram\Bot\HttpClients  Class GuzzleHttpClient. 
    GuzzleHttpClient ::getTimeOutMethod in class GuzzleHttpClient   
                    
 
    GuzzleHttpClient ::getConnectTimeOutMethod in class GuzzleHttpClient   
                    
 
    Audio ::getFileIdMethod in class Audio   
                    Unique identifier for this file. 
    Audio ::getDurationMethod in class Audio   
                    Duration of the audio in seconds as defined by sender. 
    Audio ::getPerformerMethod in class Audio   
                    (Optional). Performer of the audio as defined by sender or by audio tags. 
    Audio ::getTitleMethod in class Audio   
                    (Optional). Title of the audio as defined by sender or by audio tags. 
    Audio ::getMimeTypeMethod in class Audio   
                    (Optional). MIME type of the file as defined by sender. 
    Audio ::getFileSizeMethod in class Audio   
                    (Optional). File size. 
    BaseObject ::getMethod in class BaseObject   
                    Get an item from the collection by key. 
    BaseObject ::getRawResponseMethod in class BaseObject   
                    Returns raw response. 
    BaseObject ::getRawResultMethod in class BaseObject   
                    Returns raw result. 
    BaseObject ::getStatusMethod in class BaseObject   
                    Get Status of request. 
    Chat ::getIdMethod in class Chat   
                    Unique identifier for this chat, not exceeding 1e13 by absolute value. 
    Chat ::getTypeMethod in class Chat   
                    Type of chat, can be either 'private', 'group', 'supergroup' or 'channel'. 
    Chat ::getTitleMethod in class Chat   
                    (Optional). Title, for channels and group chats. 
    Chat ::getUsernameMethod in class Chat   
                    (Optional). Username, for private chats and channels if available 
    Chat ::getFirstNameMethod in class Chat   
                    (Optional). First name of the other party in a private chat 
    Chat ::getLastNameMethod in class Chat   
                    (Optional). Last name of the other party in a private chat 
    Contact ::getPhoneNumberMethod in class Contact   
                    Contact's phone number. 
    Contact ::getFirstNameMethod in class Contact   
                    Contact's first name. 
    Contact ::getLastNameMethod in class Contact   
                    (Optional). Contact's last name. 
    Contact ::getUserIdMethod in class Contact   
                    (Optional). Contact's user identifier in Telegram. 
    Document ::getFileIdMethod in class Document   
                    Unique file identifier. 
    Document ::getThumbMethod in class Document   
                    (Optional). Document thumbnail as defined by sender. 
    Document ::getFileNameMethod in class Document   
                    (Optional). Original filename as defined by sender. 
    Document ::getMimeTypeMethod in class Document   
                    (Optional). MIME type of the file as defined by sender. 
    Document ::getFileSizeMethod in class Document   
                    (Optional). File size. 
    File ::getFileIdMethod in class File   
                    Unique identifier for this file. 
    File ::getFileSizeMethod in class File   
                    (Optional). File size, if known. 
    File ::getFilePathMethod in class File   
                    (Optional). File path. Use 'https://api.telegram.org/file/bot/' to get the file.   
    Location ::getLongitudeMethod in class Location   
                    Longitude as defined by sender. 
    Location ::getLatitudeMethod in class Location   
                    Latitude as defined by sender. 
    Message ::getMessageIdMethod in class Message   
                    Unique message identifier. 
    Message ::getFromMethod in class Message   
                    (Optional). Sender, can be empty for messages sent to channels. 
    Message ::getDateMethod in class Message   
                    Date the message was sent in Unix time. 
    Message ::getChatMethod in class Message   
                    Conversation the message belongs to. 
    Message ::getForwardFromMethod in class Message   
                    (Optional). For forwarded messages, sender of the original message. 
    Message ::getForwardDateMethod in class Message   
                    (Optional). For forwarded messages, date the original message was sent in Unix time. 
    Message ::getReplyToMessageMethod in class Message   
                    (Optional). For replies, the original message. Note that the Message object in this field will not contain further replyto message fields even if it itself is a reply. 
    Message ::getTextMethod in class Message   
                    (Optional). For text messages, the actual UTF-8 text of the message. 
    Message ::getAudioMethod in class Message   
                    (Optional). Message is an audio file, information about the file. 
    Message ::getDocumentMethod in class Message   
                    (Optional). Message is a general file, information about the file. 
    Message ::getStickerMethod in class Message   
                    (Optional). Message is a sticker, information about the sticker. 
    Message ::getVideoMethod in class Message   
                    (Optional). Message is a video, information about the video. 
    Message ::getVoiceMethod in class Message   
                    (Optional). Message is a voice message, information about the file. 
    Message ::getCaptionMethod in class Message   
                    (Optional). Caption for the photo or video contact. 
    Message ::getContactMethod in class Message   
                    (Optional). Message is a shared contact, information about the contact. 
    Message ::getLocationMethod in class Message   
                    (Optional). Message is a shared location, information about the location. 
    Message ::getNewChatParticipantMethod in class Message   
                    (Optional). A new member was added to the group, information about them (this member may be the bot itself). 
    Message ::getLeftChatParticipantMethod in class Message   
                    (Optional). A member was removed from the group, information about them (this member may be the bot itself). 
    Message ::getNewChatTitleMethod in class Message   
                    (Optional). A chat title was changed to this value. 
    Message ::getDeleteChatPhotoMethod in class Message   
                    (Optional). Service message: the chat photo was deleted. 
    Message ::getGroupChatCreatedMethod in class Message   
                    (Optional). Service message: the group has been created. 
    Message ::getSupergroupChatCreatedMethod in class Message   
                    (Optional). Service message: the super group has been created. 
    Message ::getChannelChatCreatedMethod in class Message   
                    (Optional). Service message: the channel has been created. 
    Message ::getMigrateToChatIdMethod in class Message   
                    (Optional). The group has been migrated to a supergroup with the specified identifier, not exceeding 1e13 by absolute value. 
    Message ::getMigrateFromChatIdMethod in class Message   
                    (Optional). The supergroup has been migrated from a group with the specified identifier, not exceeding 1e13 by absolute value. 
    PhotoSize ::getFileIdMethod in class PhotoSize   
                    Unique identifier for this file. 
    PhotoSize ::getWidthMethod in class PhotoSize   
                    Photo width. 
    PhotoSize ::getHeightMethod in class PhotoSize   
                    Photo height. 
    PhotoSize ::getFileSizeMethod in class PhotoSize   
                    (Optional). File size. 
    Sticker ::getFileIdMethod in class Sticker   
                    Unique identifier for this file. 
    Sticker ::getWidthMethod in class Sticker   
                    Sticker width. 
    Sticker ::getHeightMethod in class Sticker   
                    Sticker height. 
    Sticker ::getThumbMethod in class Sticker   
                    (Optional). Sticker thumbnail in .webp or .jpg format. 
    Sticker ::getFileSizeMethod in class Sticker   
                    (Optional). File size. 
    Update ::getUpdateIdMethod in class Update   
                    The update's unique identifier. Update identifiers start from a certain positive number and increase sequentially. 
    Update ::getMessageMethod in class Update   
                    (Optional). New incoming message of any kind - text, photo, sticker, etc. 
    User ::getIdMethod in class User   
                    Unique identifier for this user or bot. 
    User ::getFirstNameMethod in class User   
                    User's or bot's first name. 
    User ::getLastNameMethod in class User   
                    (Optional). User's or bot's last name. 
    User ::getUsernameMethod in class User   
                    (Optional). User's or bot's username. 
    UserProfilePhotos ::getTotalCountMethod in class UserProfilePhotos   
                    Total number of profile pictures the target user has. 
    Video ::getFileIdMethod in class Video   
                    Unique identifier for this file. 
    Video ::getWidthMethod in class Video   
                    Video width as defined by sender. 
    Video ::getHeightMethod in class Video   
                    Video height as defined by sender. 
    Video ::getDurationMethod in class Video   
                    Duration of the video in seconds as defined by sender. 
    Video ::getThumbMethod in class Video   
                    (Optional). Video thumbnail. 
    Video ::getMimeTypeMethod in class Video   
                    (Optional). Mime type of a file as defined by sender. 
    Video ::getFileSizeMethod in class Video   
                    (Optional). File size. 
    Voice ::getFileIdMethod in class Voice   
                    Unique identifier for this file. 
    Voice ::getDurationMethod in class Voice   
                    Duration of the audio in seconds as defined by sender. 
    Voice ::getMimeTypeMethod in class Voice   
                    (Optional). MIME type of the file as defined by sender. 
    Voice ::getFileSizeMethod in class Voice   
                    (Optional). File size. 
    TelegramClient ::getHttpClientHandlerMethod in class TelegramClient   
                    Returns the HTTP client handler. 
    TelegramClient ::getBaseBotUrlMethod in class TelegramClient   
                    Returns the base Bot URL. 
    TelegramRequest ::getAccessTokenMethod in class TelegramRequest   
                    Return the bot access token for this request. 
    TelegramRequest ::getMethodMethod in class TelegramRequest   
                    Return the HTTP method for this request. 
    TelegramRequest ::getEndpointMethod in class TelegramRequest   
                    Return the API Endpoint for this request. 
    TelegramRequest ::getParamsMethod in class TelegramRequest   
                    Return the params for this request. 
    TelegramRequest ::getHeadersMethod in class TelegramRequest   
                    Return the headers for this request. 
    TelegramRequest ::getPostParamsMethod in class TelegramRequest   
                    Only return params on POST requests. 
    TelegramRequest ::getDefaultHeadersMethod in class TelegramRequest   
                    The default headers used with every request. 
    TelegramRequest ::getTimeOutMethod in class TelegramRequest   
                    
 
    TelegramRequest ::getConnectTimeOutMethod in class TelegramRequest   
                    
 
    TelegramResponse ::getRequestMethod in class TelegramResponse   
                    Return the original request that returned this response. 
    TelegramResponse ::getHttpStatusCodeMethod in class TelegramResponse   
                    Gets the HTTP status code. 
    TelegramResponse ::getEndpointMethod in class TelegramResponse   
                    Gets the Request Endpoint used to get the response. 
    TelegramResponse ::getAccessTokenMethod in class TelegramResponse   
                    Return the bot access token that was used for this request. 
    TelegramResponse ::getHeadersMethod in class TelegramResponse   
                    Return the HTTP headers for this response. 
    TelegramResponse ::getBodyMethod in class TelegramResponse   
                    Return the raw body response. 
    TelegramResponse ::getDecodedBodyMethod in class TelegramResponse   
                    Return the decoded body response. 
    TelegramResponse ::getThrownExceptionMethod in class TelegramResponse   
                    Returns the exception that was thrown for this request.         H 
        
    Api ::hasContainerMethod in class Api   
                    Check if IoC Container has been set. 
    Command ::handleMethod in class Command   
                    Process the command. 
    CommandBus ::handlerMethod in class CommandBus   
                    Handles Inbound Messages and Executes Appropriate Command. 
    CommandInterface ::handleMethod in class CommandInterface   
                    Process the command. HelpCommand Class in namespace Telegram\Bot\Commands  Class HelpCommand. 
    HelpCommand ::handleMethod in class HelpCommand   
                    Process the command. HttpClientInterface Class in namespace Telegram\Bot\HttpClients  Interface HttpClientInterface.         I 
        
    Api ::isAsyncRequestMethod in class Api   
                    Check if this is an asynchronous request (non-blocking). 
    Api ::isMessageTypeMethod in class Api   
                    Determine if a given type is the message. InputFile Class in namespace Telegram\Bot\FileUpload  Class InputFile. 
    TelegramRequest ::isAsyncRequestMethod in class TelegramRequest   
                    Check if this is an asynchronous request (non-blocking). 
    TelegramResponse ::isErrorMethod in class TelegramResponse   
                    Checks if response is an error.         L 
        Location Class in namespace Telegram\Bot\Objects  Class Location.         M 
        
    Command ::makeMethod in class Command   
                    Process Inbound Command. 
    CommandInterface ::makeMethod in class CommandInterface   
                    Process Inbound Command. 
    BaseObject ::mapRelativesMethod in class BaseObject   
                    Map property relatives to appropriate objects. Message Class in namespace Telegram\Bot\Objects  Class Message. 
    TelegramResponse ::makeExceptionMethod in class TelegramResponse   
                    Instantiates an exception to be thrown later.         O 
        
    InputFile ::openMethod in class InputFile   
                    Opens file stream.         P 
        
    CommandBus ::parseCommandMethod in class CommandBus   
                    Parse a Command for a Match. 
    TelegramServiceProvider ::providesMethod in class TelegramServiceProvider   
                    Get the services provided by the provider. PhotoSize Class in namespace Telegram\Bot\Objects  Class PhotoSize. 
    TelegramClient ::prepareRequestMethod in class TelegramClient   
                    Prepares the API request for sending to the client handler.         R 
        
    Api ::removeCommandMethod in class Api   
                    Remove Telegram Command to the Command Bus. 
    Api ::removeCommandsMethod in class Api   
                    Remove Telegram Commands from the Command Bus. 
    Api ::removeWebhookMethod in class Api   
                    Removes the outgoing webhook (if any). 
    Api ::replyKeyboardMarkupMethod in class Api   
                    Builds a custom keyboard markup. 
    Api ::replyKeyboardHideMethod in class Api   
                    Hide the current custom keyboard and display the default letter-keyboard. 
    Command ::replyWithMessageMethod in class Command   
                    Reply Chat with a message. You can use all the sendMessage() parameters except chat_id. 
    Command ::replyWithPhotoMethod in class Command   
                    Reply Chat with a Photo. You can use all the sendPhoto() parameters except chat_id. 
    Command ::replyWithAudioMethod in class Command   
                    Reply Chat with an Audio message. You can use all the sendAudio() parameters except chat_id. 
    Command ::replyWithVideoMethod in class Command   
                    Reply Chat with a Video. You can use all the sendVideo() parameters except chat_id. 
    Command ::replyWithVoiceMethod in class Command   
                    Reply Chat with a Voice message. You can use all the sendVoice() parameters except chat_id. 
    Command ::replyWithDocumentMethod in class Command   
                    Reply Chat with a Document. You can use all the sendDocument() parameters except chat_id. 
    Command ::replyWithStickerMethod in class Command   
                    Reply Chat with a Sticker. You can use all the sendSticker() parameters except chat_id. 
    Command ::replyWithLocationMethod in class Command   
                    Reply Chat with a Location. You can use all the sendLocation() parameters except chat_id. 
    Command ::replyWithChatActionMethod in class Command   
                    Reply Chat with a Chat Action. You can use all the sendChatAction() parameters except chat_id. 
    CommandBus ::removeCommandMethod in class CommandBus   
                    Remove a command from the list. 
    CommandBus ::removeCommandsMethod in class CommandBus   
                    Removes a list of commands. 
    TelegramServiceProvider ::registerMethod in class TelegramServiceProvider   
                    Register the service provider. 
    Audio ::relationsMethod in class Audio   
                    Property relations. 
    BaseObject ::relationsMethod in class BaseObject   
                    Property relations. 
    Chat ::relationsMethod in class Chat   
                    Property relations. 
    Contact ::relationsMethod in class Contact   
                    Property relations. 
    Document ::relationsMethod in class Document   
                    Property relations. 
    File ::relationsMethod in class File   
                    Property relations. 
    Location ::relationsMethod in class Location   
                    Property relations. 
    Message ::relationsMethod in class Message   
                    Property relations. 
    PhotoSize ::relationsMethod in class PhotoSize   
                    Property relations. 
    Sticker ::relationsMethod in class Sticker   
                    Property relations. 
    Update ::relationsMethod in class Update   
                    Property relations. 
    Update ::recentMessageMethod in class Update   
                    Get recent message. 
    User ::relationsMethod in class User   
                    Property relations. 
    UserProfilePhotos ::relationsMethod in class UserProfilePhotos   
                    Property relations. 
    Video ::relationsMethod in class Video   
                    Property relations. 
    Voice ::relationsMethod in class Voice   
                    Property relations.         S 
        
    Api ::setAccessTokenMethod in class Api   
                    Sets the bot access token to use with API requests. 
    Api ::setAsyncRequestMethod in class Api   
                    Make this request asynchronous (non-blocking). 
    Api ::sendMessageMethod in class Api   
                    Send text messages. 
    Api ::sendPhotoMethod in class Api   
                    Send Photos. 
    Api ::sendAudioMethod in class Api   
                    Send regular audio files. 
    Api ::sendDocumentMethod in class Api   
                    Send general files. 
    Api ::sendStickerMethod in class Api   
                    Send .webp stickers. 
    Api ::sendVideoMethod in class Api   
                    Send Video File, Telegram clients support mp4 videos (other formats may be sent as Document). 
    Api ::sendVoiceMethod in class Api   
                    Send voice audio files. 
    Api ::sendLocationMethod in class Api   
                    Send point on the map. 
    Api ::sendChatActionMethod in class Api   
                    Broadcast a Chat Action. 
    Api ::setWebhookMethod in class Api   
                    Set a Webhook to receive incoming updates via an outgoing webhook. 
    Api ::setContainerMethod in class Api   
                    Set the IoC Container. 
    Api ::setTimeOutMethod in class Api   
                    
 
    Api ::setConnectTimeOutMethod in class Api   
                    
 
    Command ::setNameMethod in class Command   
                    Set Command Name. 
    Command ::setDescriptionMethod in class Command   
                    Set Command Description. 
    GuzzleHttpClient ::setClientMethod in class GuzzleHttpClient   
                    Sets HTTP client. 
    GuzzleHttpClient ::sendMethod in class GuzzleHttpClient   
                    
 
    HttpClientInterface ::sendMethod in class HttpClientInterface   
                    
 Sticker Class in namespace Telegram\Bot\Objects  Class Sticker. 
    TelegramClient ::setHttpClientHandlerMethod in class TelegramClient   
                    Sets the HTTP client handler. 
    TelegramClient ::sendRequestMethod in class TelegramClient   
                    Send an API request and process the result. 
    TelegramRequest ::setAccessTokenMethod in class TelegramRequest   
                    Set the bot access token for this request. 
    TelegramRequest ::setMethodMethod in class TelegramRequest   
                    Set the HTTP method for this request. 
    TelegramRequest ::setEndpointMethod in class TelegramRequest   
                    Set the endpoint for this request. 
    TelegramRequest ::setParamsMethod in class TelegramRequest   
                    Set the params for this request. 
    TelegramRequest ::setHeadersMethod in class TelegramRequest   
                    Set the headers for this request. 
    TelegramRequest ::setAsyncRequestMethod in class TelegramRequest   
                    Make this request asynchronous (non-blocking). 
    TelegramRequest ::setTimeOutMethod in class TelegramRequest   
                    
 
    TelegramRequest ::setConnectTimeOutMethod in class TelegramRequest   
                    
         T 
        TelegramOtherException Class in namespace Telegram\Bot\Exceptions  Class TelegramOtherException. TelegramResponseException Class in namespace Telegram\Bot\Exceptions  Class TelegramResponseException. TelegramSDKException Class in namespace Telegram\Bot\Exceptions  Class TelegramSDKException. TelegramUndefinedPropertyException Class in namespace Telegram\Bot\Exceptions  Class TelegramUndefinedPropertyException. Telegram Class in namespace Telegram\Bot\Laravel\Facades  Class Telegram. TelegramServiceProvider Class in namespace Telegram\Bot\Laravel  Class TelegramServiceProvider. TelegramClient Class in namespace Telegram\Bot  Class TelegramClient. TelegramRequest Class in namespace Telegram\Bot  Class TelegramRequest. TelegramResponse Class in namespace Telegram\Bot  Class TelegramResponse. 
    TelegramResponse ::throwExceptionMethod in class TelegramResponse   
                    Throws the exception.         U 
        Update Class in namespace Telegram\Bot\Objects  Class Update. User Class in namespace Telegram\Bot\Objects  Class User. UserProfilePhotos Class in namespace Telegram\Bot\Objects  Class UserProfilePhotos.         V 
        Video Class in namespace Telegram\Bot\Objects  Class Video. Voice Class in namespace Telegram\Bot\Objects  Class Voice. 
    TelegramRequest ::validateAccessTokenMethod in class TelegramRequest   
                    Validate that bot access token exists for this request. 
    TelegramRequest ::validateMethodMethod in class TelegramRequest   
                    Validate that the HTTP method is set.         _ 
        
    Api ::__constructMethod in class Api   
                    Instantiates a new Telegram super-class object. 
    Api ::__callMethod in class Api   
                    Magic method to process any "get" requests. 
    Command ::__callMethod in class Command   
                    Magic Method to handle all ReplyWith Methods. 
    CommandBus ::__constructMethod in class CommandBus   
                    Instantiate Command Bus. 
    TelegramResponseException ::__constructMethod in class TelegramResponseException   
                    Creates a TelegramResponseException. 
    InputFile ::__constructMethod in class InputFile   
                    Creates a new InputFile entity. 
    GuzzleHttpClient ::__constructMethod in class GuzzleHttpClient   
                    
 
    GuzzleHttpClient ::__destructMethod in class GuzzleHttpClient   
                    Unwrap Promises. 
    BaseObject ::__constructMethod in class BaseObject   
                    Builds collection entity. 
    BaseObject ::__callMethod in class BaseObject   
                    Magic method to get properties dynamically. 
    TelegramClient ::__constructMethod in class TelegramClient   
                    Instantiates a new TelegramClient object. 
    TelegramRequest ::__constructMethod in class TelegramRequest   
                    Creates a new Request entity. 
    TelegramResponse ::__constructMethod in class TelegramResponse   
                    Gets the relevant data from the Http client.