agala_telegram v0.1.1 Agala.Provider.Telegram
Module providing adapter for Telegram
Link to this section Summary
Functions
This function defines name for Agala.Reciever
module for specific provider.
This adds some portion of flexibility for provider creators - the are not forced
to follow any naming convention
This function defines name for Agala.Responser
module for specific provider.
This adds some portion of flexibility for provider creators - the are not forced
to follow any naming convention
Link to this section Functions
This function defines name for Agala.Reciever
module for specific provider.
This adds some portion of flexibility for provider creators - the are not forced
to follow any naming convention.
Examples
iex> Agala.Provider.Vk.get_receiver
Agala.Provider.Vk.Receiver
iex> Agala.Provider.Telegram.get_receiver
Agala.Provider.Telegram.Receiver
Callback implementation for Agala.Provider.get_receiver/0
.
This function defines name for Agala.Responser
module for specific provider.
This adds some portion of flexibility for provider creators - the are not forced
to follow any naming convention.
Examples
iex> Agala.Provider.Vk.get_responser
Agala.Provider.Vk.Responser
iex> Agala.Provider.Telegram.get_responser
Agala.Provider.Telegram.Responser
Callback implementation for Agala.Provider.get_responser/0
.