View Source ExGram.Model.StoryAreaTypeLink (ex_gram v0.55.0)

Describes a story area pointing to an HTTP or tg:// link. Currently, a story can have up to 3 link areas.

Check the documentation of this model in https://core.telegram.org/bots/api#storyareatypelink

Summary

Types

@type t() :: %ExGram.Model.StoryAreaTypeLink{type: String.t(), url: String.t()}

Functions