8 lines
132 B
Go
8 lines
132 B
Go
package msg
|
|
|
|
import "context"
|
|
|
|
func DeleteMessageNotification(ctx context.Context, userID string, seqs []uint32) {
|
|
panic("todo")
|
|
}
|