tgl/crypto/rsa_pem_openssl.c: In function ‘TGLC_rsa_new’: tgl/crypto/rsa_pem_openssl.c:41:6: error: dereferencing pointer to incomplete type ‘RSA {aka struct rsa_st}’ ret->e = unwrap_bn (TGLC_bn_new ()); ^~ tgl/crypto/rsa_pem_openssl.c: In function ‘TGLC_rsa_n’: tgl/crypto/rsa_pem_openssl.c:52:1: error: control reaches end of non-void function [-Werror=return-type] RSA_GETTER(n); ^~~~~~~~~~ tgl/crypto/rsa_pem_openssl.c: In function ‘TGLC_rsa_e’: tgl/crypto/rsa_pem_openssl.c:53:1: error: control reaches end of non-void function [-Werror=return-type] RSA_GETTER(e); ^~~~~~~~~~ cc1: all warnings being treated as errors Makefile.tgl:20: recipe for target 'objs/crypto/rsa_pem_openssl.o' failed make: *** [objs/crypto/rsa_pem_openssl.o] Error 1
> chat_with_peer <peer> Kay_Lee > 1 [12:35] Kay Lee <<< 1 Kay_Lee > 2 [12:35] Kay Lee <<< 2 User Kay Lee online (was online [2018/11/19 12:40:11]) Kay_Lee > 3 [12:35] Kay Lee <<< 3 Kay_Lee > 4 [12:35] Kay Lee <<< 4 Kay_Lee > /quit User Kay Lee offline (was online [2018/11/19 12:35:24])
history <peer> 查看历史记录
send_photo <peer> - <photo-file-name> 将照片发送给对等方
send_video <peer> - <video-file-name> 将视频发送给对等体
send_text <peer> <text-file-name> 将文本文件作为纯文本消息发送
send_document <peer> <path_to_file> 将任意文档发送给对等方 其中<peer>可以表示: a user(以@Username表示) a chat(以群组名表示) a secret chat (!_ prefix) 更多的操作参见 官方wiki