Optional can_True, if an offer can be added to the message using addOffer.
Optional can_True, if tasks can be added to the message's checklist using addChecklistTasks if the current user has Telegram Premium subscription.
Optional can_True, if the message is a suggested post that can be approved by the user using approveSuggestedPost.
Optional can_True, if content of the message can be copied using inputMessageForwarded or forwardMessages with copy options.
Optional can_True, if content of the message can be copied to a secret chat using inputMessageForwarded or forwardMessages with copy options.
Optional can_True, if the message is a suggested post that can be declined by the user using declineSuggestedPost.
Optional can_True, if the message can be deleted for all users using the method deleteMessages with revoke == true.
Optional can_True, if the message can be deleted only for the current user while other users will continue to see it using the method deleteMessages with revoke == false.
Optional can_True, if the message can be edited using the methods editMessageText, editMessageCaption, or editMessageReplyMarkup. For live location, poll, and checklist messages this fields shows whether editMessageLiveLocation, stopPoll, or editMessageChecklist respectively can be used with this message.
Optional can_True, if the message can be forwarded using inputMessageForwarded or forwardMessages without copy options.
Optional can_True, if the message can be paid using inputInvoiceMessage.
Optional can_True, if the message can be pinned or unpinned in the chat using pinChatMessage or unpinChatMessage.
Optional can_True, if the message can be replied in the same chat and forum topic using inputMessageReplyToMessage.
Optional can_True, if the message can be replied in another chat or forum topic using inputMessageReplyToExternalMessage.
Optional can_True, if content of the message can be saved locally.
Optional can_True, if the message can be shared in a story using inputStoryAreaTypeMessage.
Optional can_True, if the message can be edited using the method editMessageMedia.
Optional can_True, if scheduling state of the message can be edited.
Optional can_True, if another price or post send time can be suggested using addOffer.
Optional can_True, if author of the message sent on behalf of a chat can be received through getMessageAuthor.
Optional can_True, if code for message embedding can be received using getMessageEmbeddingCode.
Optional can_True, if a link can be generated for the message using getMessageLink.
Optional can_True, if media timestamp links can be generated for media timestamp entities in the message text, caption or link preview description using getMessageLink.
Optional can_True, if information about the message thread is available through getMessageThread and getMessageThreadHistory.
Optional can_True, if read date of the message can be received through getMessageReadDate.
Optional can_True, if message statistics are available through getMessageStatistics and message forwards can be received using getMessagePublicForwards.
Optional can_True, if advertisements for video of the message can be received though getVideoMessageAdvertisements.
Optional can_True, if chat members already viewed the message can be received through getMessageViewers.
Optional can_True, if tasks can be marked as done or not done in the message's checklist using markChecklistTasksAsDone if the current user has Telegram Premium subscription.
Optional can_True, if speech can be recognized for the message through recognizeSpeech.
Optional can_True, if the message can be reported using reportChat.
Optional can_True, if reactions on the message can be reported through reportMessageReactions.
Optional can_True, if the message can be reported using reportSupergroupSpam.
Optional can_True, if fact check for the message can be changed through setMessageFactCheck.
Optional need_True, if message statistics must be available from context menu of the message.
Contains properties of a message and describes actions that can be done with the message right now.