teleproto - v1.229.0
    Preparing search index...

    Interface HelpDismissSuggestionParams

    interface HelpDismissSuggestionParams {
        peer: EntityLike;
        suggestion: string;
    }
    Index
    peer: EntityLike

    In the case of pending suggestions in channels , the channel ID.

    suggestion: string

    Suggestion, see here for more info » .