Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用电报的 TDLib API。
我知道收件人的电话号码。
不管有没有聊天,怎么给他发消息?
如何获取聊天ID?
使用官方客户端,您可以将它们添加为联系人和消息。
因此,您需要 TDLib AddContact 方法以及与之相关的所有内容,例如 GetContacts 或 SearchContacts。