td icon indicating copy to clipboard operation
td copied to clipboard

How do I send Markdown messages?

Open IcanFun opened this issue 1 year ago • 1 comments

I only found html.String(), but haven't found markdown parsing. How can I send messages in markdown format? thank you

IcanFun avatar Jul 02 '24 04:07 IcanFun

sender.To(user.AsInputPeer()).StyledText(ctx, text) where text is result of html.String

wargebitebane avatar Sep 21 '24 19:09 wargebitebane