1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-06 00:00:50 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.updateshandlers/create-simple-update-filter.md
2021-03-17 15:18:37 +00:00

12 lines
3.6 KiB
Markdown

//[docs](../../index.md)/[dev.inmo.tgbotapi.updateshandlers](index.md)/[createSimpleUpdateFilter](create-simple-update-filter.md)
# createSimpleUpdateFilter
[common]
Content
fun [createSimpleUpdateFilter](create-simple-update-filter.md)(messageCallback: [UpdateReceiver](index.md#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)<[MessageUpdate](../dev.inmo.tgbotapi.types.update/-message-update/index.md)>? = null, mediaGroupCallback: [UpdateReceiver](index.md#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)<[MediaGroupUpdate](../dev.inmo.tgbotapi.types.update.MediaGroupUpdates/-media-group-update/index.md)>? = null, editedMessageCallback: [UpdateReceiver](index.md#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)<[EditMessageUpdate](../dev.inmo.tgbotapi.types.update/-edit-message-update/index.md)>? = null, channelPostCallback: [UpdateReceiver](index.md#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)<[ChannelPostUpdate](../dev.inmo.tgbotapi.types.update/-channel-post-update/index.md)>? = null, editedChannelPostCallback: [UpdateReceiver](index.md#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)<[EditChannelPostUpdate](../dev.inmo.tgbotapi.types.update/-edit-channel-post-update/index.md)>? = null, chosenInlineResultCallback: [UpdateReceiver](index.md#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)<[ChosenInlineResultUpdate](../dev.inmo.tgbotapi.types.update/-chosen-inline-result-update/index.md)>? = null, inlineQueryCallback: [UpdateReceiver](index.md#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)<[InlineQueryUpdate](../dev.inmo.tgbotapi.types.update/-inline-query-update/index.md)>? = null, callbackQueryCallback: [UpdateReceiver](index.md#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)<[CallbackQueryUpdate](../dev.inmo.tgbotapi.types.update/-callback-query-update/index.md)>? = null, shippingQueryCallback: [UpdateReceiver](index.md#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)<[ShippingQueryUpdate](../dev.inmo.tgbotapi.types.update/-shipping-query-update/index.md)>? = null, preCheckoutQueryCallback: [UpdateReceiver](index.md#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)<[PreCheckoutQueryUpdate](../dev.inmo.tgbotapi.types.update/-pre-checkout-query-update/index.md)>? = null, pollCallback: [UpdateReceiver](index.md#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)<[PollUpdate](../dev.inmo.tgbotapi.types.update/-poll-update/index.md)>? = null, pollAnswerCallback: [UpdateReceiver](index.md#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)<[PollAnswerUpdate](../dev.inmo.tgbotapi.types.update/-poll-answer-update/index.md)>? = null, unknownCallback: [UpdateReceiver](index.md#%5Bdev.inmo.tgbotapi.updateshandlers%2FUpdateReceiver%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)<[UnknownUpdate](../dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/index.md)>? = null): [UpdatesFilter](-updates-filter/index.md)