Delete reference messages given the chatId
where msgId is one of msgIds
Parameters
chatId: number
msgIds: number[]
Returns void
deleteAll
deleteAll():void
Returns void
deleteByPeer
deleteByPeer(peerId:number):void
Parameters
peerId: number
Returns void
getByPeer
getByPeer(peerId:number):null|[number,number]
Get the reference message for the given peerId.
If more than one reference message is stored for the given peerId,
the one with the highest msgId should be returned, but this is not
really important.
Delete reference messages given the
chatId
wheremsgId
is one ofmsgIds