package enums type LetterPrivacy string const ( LetterPrivacyPublic LetterPrivacy = "public" LetterPrivacyFriends LetterPrivacy = "friends" )