示例#1
0
        private void ReadHistoryAsyncInternal(TLReadHistory message, Action <TLAffectedHistory> callback, Action fastCallback, Action <TLRPCError> faultCallback)
#endif
        {
            SendAsyncInternal("messages.readHistory", int.MaxValue, message, callback, fastCallback, faultCallback);
        }
示例#2
0
 private void ReadHistoryAsyncInternal(TLReadHistory message, Action <TLAffectedMessages> callback, Action fastCallback, Action <TLRPCError> faultCallback)