Layer 220
UrlAuthResult
Abstract type representing one of 3 possible constructors.
Type
Available Constructors
In Gogram, this type is represented as tg.UrlAuthResult interface.
Use any of the following constructors:
Gogram Example
// UrlAuthResult is an interface type // You can use any of the following constructors: var _ tg.UrlAuthResult = &tg.UrlAuthResultRequest{} var _ tg.UrlAuthResult = &tg.UrlAuthResultAccepted{} var _ tg.UrlAuthResult = &tg.UrlAuthResultDefault{}