package
0.6.2
Repository: https://github.com/taimast/gotgproto.git
Documentation: pkg.go.dev

# Functions

Bold creates a new entity root and appends the provided string as bold to this entity root.
BotMention creates a new entity root and appends the provided string as a mention to this entity root.
Code creates a new entity root and appends the provided string as code to this entity root.
Combine creates a new entity root and appends the provided string as combined entities to this entity root.
CombineToLink creates a new entity root and appends the provided string as combined link entities to this entity root.
Italic creates a new entity root and appends the provided string as italic to this entity root.
Link creates a new entity root and appends the provided string as a link to this entity root.
Mention creates a new entity root and appends the provided string as a mention to this entity root.
Plain creates a new entity root and appends the provided string as plain text to this entity root.
No description provided by the author
Spoiler creates a new entity root and appends the provided string as spoiler to this entity root.
StartParsing function creates an empty EntityRoot.
Strike creates a new entity root and appends the provided string as strike to this entity root.
Underline creates a new entity root and appends the provided string as underline to this entity root.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

EntityRoot is used to create message entities from the input string through its various methods.