InputRichMessage

---types---
inputRichMessage#e4c449fc flags:# rtl:flags.0?true noautolink:flags.1?true blocks:Vector<PageBlock> photos:flags.2?Vector<InputPhoto> documents:flags.3?Vector<InputDocument> users:flags.4?Vector<InputUser> = InputRichMessage

Belongs to

InputRichMessage

This type can be an instance of either:

InputRichMessageInputRichMessageHTML
InputRichMessageMarkdown

Members

blocksPageBlockA list must be supplied.
rtlflagThis argument defaults to None and can be omitted.
noautolinkflagThis argument defaults to None and can be omitted.
photosInputPhotoThis argument defaults to None and can be omitted. Otherwise, a list must be supplied.
documentsInputDocumentThis argument defaults to None and can be omitted. Otherwise, a list must be supplied.
usersInputUserThis argument defaults to None and can be omitted. Otherwise, Anything entity-like will work if the library can find its Input version (e.g., usernames, Peer, User or Channel objects, etc.). a list must be supplied.