@ -678,7 +678,7 @@ func botVaultHelp(m *tb.Message) {
func botVault(m *tb.Message) {
for _, e := range m.Entities {
if e.EntityType == tb.EntityMention {
if e.Type == tb.EntityMention {
log.Printf("botVault (user) : %s - %d\n", e.User.Username, e.User.ID)
}
The note is not visible to the blocked user.