Page MenuHomeDevelopment

[Core] Add support for new way to handle interactions
Open, HighPublic

Description

Roughly:

  • have a method to register dynamic button callbacks, select callbacks
  • have a method to dynamic register modal callbacks

Basically:

[Modal("modal_id")]
public async Task ExecuteCallbackAsync(ModalInteractionContext ctx)
{
  ...
}

something like that. Seen that at quinchs bot

Event Timeline

DisCatSharp_Support created this task.
DisCatSharp_Support created this object with edit policy "Restricted Project (Project)".
DisCatSharp_Support added a project: Restricted Project.
DisCatSharp_Support edited subscribers, added: Restricted Project; removed: DisCatSharp_Support.
Lulalaby raised the priority of this task from Wishlist to High.Mar 5 2023, 07:17
Lulalaby moved this task from Restricted Project Column to Restricted Project Column on the Restricted Project board.Mar 5 2023, 07:21