@@ -6,8 +6,8 @@ import (
)
type Text interface {
isText() bool
Check() error
IsText() bool
}
func NewText(textType, content string) (Text, error) {
The note is not visible to the blocked user.