``` message contains: str: A string of text received from a message. chat contains: Chat object The chat object connected to the message. extras contains: map: chatId:int The id of the chat the message is connected to. messageId:int The id of the message received. private:bool Is the message sent privately. sender:str The one who sent the message. senderId:int The id of the sender. stickerMsg:bool Is message a sticker message. replyMsg:bool Is the message a reply message. replyingToMsgId:int The id of the message being replied to. replyingToMsgUserObj:object The User object of the user of the message being replied to. ```