@ -230,6 +230,13 @@ func (u *Update) Text() string {
return ""
}
func (u *Update) Callback() string {
if u.IsCallback() {
return u.CallbackQuery.Data
func (u *Update) Entities() []*echotron.MessageEntity {
if u.IsText() {
return u.Message.Entities
The note is not visible to the blocked user.