Skip to main content

vendelieu/telegram-bot

O SkillsMP coletou 28 skills de vendelieu/telegram-bot. Abra uma skill para revisar a origem e os detalhes.

Última atividade de origem registrada
Catálogo do SkillsMP atualizado
skills coletadas
28
Estrelas no GitHub
248
Forks no GitHub
19

Skills neste repositório

Mostrando 28 de 28 skills coletadas.

ocupação
Desenvolvedores de software
descrição

Adds a new collector to the ktnip KSP processor. Use when implementing a new handler type (e.g. new annotation like @MyHandler), adding a collector for a new activity pattern, or extending the ktnip processor to collect additional annotated functions.

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

Adds tests for the ktnip KSP processor. Use when adding tests for a new collector, testing processor behavior with new annotations, or verifying KSP code generation for the telegram-bot library.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

[Library contributor] Adds a new collector to the ktnip KSP processor. Use when implementing a new handler type (e.g. new annotation like @MyHandler), adding a collector for a new activity pattern, or extending the ktnip processor to collect additional…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

[Library contributor] Adds tests for the ktnip KSP processor. Use when adding tests for a new collector, testing processor behavior with new annotations, or verifying KSP code generation for the telegram-bot library.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Adds a new parameter resolution strategy to the ktnip KSP processor. Use when handler functions need to receive a new parameter type (e.g. ChatMember, InlineQuery), or when adding support for a new resolvable type in Activity invocation.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Adds a new Telegram Bot API method (action class and top-level functions). Use when implementing a new Telegram API endpoint, adding support for a specific method (e.g. sendVideoNote, getChatMemberCount), or creating a new action for the telegram-bot library.

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

Writes tests for Telegram Bot API actions. Use when adding tests for an API action, testing a new Telegram method, or when the user asks to add tests for the telegram-bot library.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Adds a new field to the Update type and wires it through ProcessedUpdate, UpdateType, ProcessUpdate, KSP (TypeConstants, TypeMapper), and FunctionalDSLUtils. Use when implementing support for a new Telegram update type (e.g. message_reaction, chat_boost),…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Configures @WizardHandler annotation for wizard flows. Use when creating a new wizard, setting wizard triggers, scope, or state managers for the telegram-bot library.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Implements WizardStep for wizard flows. Use when adding a step to a wizard, implementing validation, state storage, or transitions in the telegram-bot library.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Builds inline keyboards for messages using the telegram-bot DSL. Use when adding buttons under messages, creating callback buttons, URL buttons, or inline keyboard markup for user interaction.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Builds reply keyboards for messages using the telegram-bot DSL. Use when adding persistent or one-time keyboards, request contact/location buttons, or Web App buttons for user input.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Creates multi-step wizard flows with validation and state persistence using @WizardHandler and WizardStep. Use when building forms, questionnaires, or multi-step conversations that need typed state and validation.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Creates multi-step input chains for conversation flows using the telegram-bot DSL. Use when building simple multi-step dialogs without wizard state persistence, or when inputChain is preferred over @WizardHandler.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Handles inline keyboard button presses and provides user feedback via answerCallbackQuery. Use when processing callback queries, answering button clicks, or updating messages after inline button interaction.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Sets up bot handlers using DSL or annotations. Use when configuring command handlers, input handlers, common handlers, update handlers, or fallback handlers for the telegram-bot library.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

[Bot developer] Configures @WizardHandler annotation for wizard flows. Use when creating a new wizard, setting wizard triggers, scope, or state managers for the telegram-bot library.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

[Bot developer] Implements WizardStep for wizard flows. Use when adding a step to a wizard, implementing validation, state storage, or transitions in the telegram-bot library.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

[Bot developer] Builds inline keyboards for messages using the telegram-bot DSL. Use when adding buttons under messages, creating callback buttons, URL buttons, or inline keyboard markup for user interaction.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

[Bot developer] Builds reply keyboards for messages using the telegram-bot DSL. Use when adding persistent or one-time keyboards, request contact/location buttons, or Web App buttons for user input.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

[Bot developer] Creates multi-step wizard flows with validation and state persistence using @WizardHandler and WizardStep. Use when building forms, questionnaires, or multi-step conversations that need typed state and validation.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

[Bot developer] Creates multi-step input chains for conversation flows using the telegram-bot DSL. Use when building simple multi-step dialogs without wizard state persistence, or when inputChain is preferred over @WizardHandler.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

[Bot developer] Handles inline keyboard button presses and provides user feedback via answerCallbackQuery. Use when processing callback queries, answering button clicks, or updating messages after inline button interaction.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

[Bot developer] Sets up bot handlers using DSL or annotations. Use when configuring command handlers, input handlers, common handlers, update handlers, or fallback handlers for the telegram-bot library.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

[Library contributor] Adds a new parameter resolution strategy to the ktnip KSP processor. Use when handler functions need to receive a new parameter type (e.g. ChatMember, InlineQuery), or when adding support for a new resolvable type in Activity invocation.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

[Library contributor] Adds a new Telegram Bot API method (action class and top-level functions). Use when implementing a new Telegram API endpoint, adding support for a specific method (e.g. sendVideoNote, getChatMemberCount), or creating a new action for the…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

[Library contributor] Writes tests for Telegram Bot API actions. Use when adding tests for an API action, testing a new Telegram method, or when the user asks to add tests for the telegram-bot library.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

[Library contributor] Adds a new field to the Update type and wires it through ProcessedUpdate, UpdateType, ProcessUpdate, KSP (TypeConstants, TypeMapper), and FunctionalDSLUtils. Use when implementing support for a new Telegram update type (e.g.…

Idioma do texto original: inglês

atualizado
Mostrando 28 de 28 skills coletadas.