agala_telegram v3.0.0 Agala.Provider.Telegram.Helpers

Link to this section Summary

Link to this section Functions

Link to this function delete_message(conn, chat_id, message_id)
delete_message(
  conn :: Agala.Conn.t(),
  chat_id :: String.t() | integer(),
  message_id :: String.t() | integer()
) :: Agala.Conn.t()
Link to this function get_file(conn, file_id)
get_file(conn :: Agala.Conn.t(), file_id :: String.t()) :: Agala.Conn.t()
Link to this function kick_chat_member(conn, chat_id, user_id, opts \\ [])
Link to this function send_chat_action(conn, chat_id, action)
send_chat_action(
  conn :: Agala.Conn.t(),
  chat_id :: String.t() | integer(),
  action :: String.t()
) :: Agala.Conn.t()
Link to this function send_document(conn, chat_id, arg, opts \\ [])
Link to this function send_message(conn, chat_id, message, opts \\ [])
Link to this function send_photo(conn, chat_id, arg, opts \\ [])