Currently, type and method definitions use types from Bot API docs (e.g. chat_id: number). I believe it is a good idea to use branded types from Dialog module for fields/parameters that represent Bot API dialog IDs. This will reduce chances of using wrong ID w/o runtime costs (see https://github.com/grom-dev/effect-tg#dialog-and-peer-ids).
Currently, type and method definitions use types from Bot API docs (e.g.
chat_id: number). I believe it is a good idea to use branded types fromDialogmodule for fields/parameters that represent Bot API dialog IDs. This will reduce chances of using wrong ID w/o runtime costs (see https://github.com/grom-dev/effect-tg#dialog-and-peer-ids).