View Source TD (TD v0.1.0-rc.0)

Minimal Nif TDLib client wrapper

Summary

Functions

@spec create_client_id() :: integer()

Wrapper for td_create_client_id

@spec execute(iodata()) :: binary()

Wrapper for td_execute

@spec recv(float()) :: binary() | nil

Wrapper for td_receive

@spec send(integer(), iodata()) :: :ok

Wrapper for td_send