Share links

Used to share a prepared message and URL into a chosen chat's text field.

Properties

Properties

parse: ((url: string) => null | {
    text?: string;
    url: string;
})