telegram_actor/config.prs

15 lines
444 B
Plaintext

version 1 .
# Assert to the actor to register a dataspace for interaction.
TelegramArguments = <telegram-client {
dataspace: #:any
}>.
# Assertion made to when the client is ready to process messages.
TelegramReady = <telegram-ready> .
# Asserted to telegram-client to expose TDLib messages.
# Messages received from and sent to TDLib are in the
# form of <recv {…}> and <sent {…}> respectively.
TDLibClient = <tdlib @messages #:any>.