Skip to content

Commit

Permalink
Message.markup
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfsdhgjkbmnmxc committed Oct 18, 2020
1 parent f35c214 commit 63665f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions message.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ type Message struct {
// External/internals links
Links MessageLinks `json:"links,omitempty" tdproto:"readonly"`

// Markup entities. Experimental
Markup []MarkupEntity `json:"markup,omitempty" tdproto:"readonly"`

// Importance flag
Important bool `json:"important,omitempty"`

Expand Down

0 comments on commit 63665f6

Please sign in to comment.