BusinessChatLink
---types--- businessChatLink#b4ae666f flags:# link:string message:string entities:flags.0?Vector<MessageEntity> title:flags.1?string views:int = BusinessChatLink
Belongs to
BusinessChatLink |
This type can only be an instance of:
BusinessChatLink |
Members
link | string | |
message | string | |
views | int | |
entities | MessageEntity | This argument defaults to None and can be omitted. Otherwise, a list must be supplied. |
title | string | This argument defaults to None and can be omitted. |