Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/types/0_message_search_filter.ts>MessageSearchFilter

Cross-runtime JavaScript library for building Telegram clients
Latest
type alias MessageSearchFilter
import { type MessageSearchFilter } from "https://deno.land/x/mtkruto@0.2.24/types/0_message_search_filter.ts";
definition:
| "empty"
| "animations"
| "audios"
| "documents"
| "photos"
| "videos"
| "voiceMessages"
| "photosAndVideos"
| "links"
| "chatPhotos"
| "videoNotes"
| "voiceMessagesAndVideoNotes"
| "mentions"
| "pinned"