Builder for location payloads.
Builds sendLocation payloads. See
Messages and Media.
Summary
Functions
Sets the geographic coordinates.
Sends the location to the specified chat.
Sends the location without notification sound.
Types
@type input() :: map() | TelegramEx.Effect.t()
Functions
@spec coordinates(input(), float(), float()) :: TelegramEx.Effect.t()
Sets the geographic coordinates.
@spec send(input(), integer()) :: TelegramEx.Effect.t()
Sends the location to the specified chat.
@spec silent(input()) :: TelegramEx.Effect.t()
Sends the location without notification sound.