package main
import (
"go.wit.com/log"
)
func doPlayback() {
for i, chat := range me.chats.GetChats() {
log.Info(i, chat.Uuid, chat.From)
}