type github.com/gotd/td/tg.URLAuthResultClass
23 uses
github.com/gotd/td/tg (current package)
tl_messages_accept_url_auth_gen.go#L405: func (c *Client) MessagesAcceptURLAuth(ctx context.Context, request *MessagesAcceptURLAuthRequest) (URLAuthResultClass, error) {
tl_messages_request_url_auth_gen.go#L370: func (c *Client) MessagesRequestURLAuth(ctx context.Context, request *MessagesRequestURLAuthRequest) (URLAuthResultClass, error) {
tl_server_gen.go#L4633: func (s *ServerDispatcher) OnMessagesRequestURLAuth(f func(ctx context.Context, request *MessagesRequestURLAuthRequest) (URLAuthResultClass, error)) {
tl_server_gen.go#L4650: func (s *ServerDispatcher) OnMessagesAcceptURLAuth(f func(ctx context.Context, request *MessagesAcceptURLAuthRequest) (URLAuthResultClass, error)) {
tl_url_auth_result_gen.go#L64: func (u URLAuthResultRequest) construct() URLAuthResultClass { return &u }
tl_url_auth_result_gen.go#L73: _ URLAuthResultClass = &URLAuthResultRequest{}
tl_url_auth_result_gen.go#L281: func (u URLAuthResultAccepted) construct() URLAuthResultClass { return &u }
tl_url_auth_result_gen.go#L290: _ URLAuthResultClass = &URLAuthResultAccepted{}
tl_url_auth_result_gen.go#L417: func (u URLAuthResultDefault) construct() URLAuthResultClass { return &u }
tl_url_auth_result_gen.go#L426: _ URLAuthResultClass = &URLAuthResultDefault{}
tl_url_auth_result_gen.go#L527: type URLAuthResultClass interface {
tl_url_auth_result_gen.go#L532: construct() URLAuthResultClass
tl_url_auth_result_gen.go#L547: func DecodeURLAuthResult(buf *bin.Buffer) (URLAuthResultClass, error) {
tl_url_auth_result_gen.go#L581: UrlAuthResult URLAuthResultClass
tl_url_auth_result_slices_gen.go#L38: type URLAuthResultClassArray []URLAuthResultClass
tl_url_auth_result_slices_gen.go#L41: func (s URLAuthResultClassArray) Sort(less func(a, b URLAuthResultClass) bool) URLAuthResultClassArray {
tl_url_auth_result_slices_gen.go#L49: func (s URLAuthResultClassArray) SortStable(less func(a, b URLAuthResultClass) bool) URLAuthResultClassArray {
tl_url_auth_result_slices_gen.go#L57: func (s URLAuthResultClassArray) Retain(keep func(x URLAuthResultClass) bool) URLAuthResultClassArray {
tl_url_auth_result_slices_gen.go#L71: func (s URLAuthResultClassArray) First() (v URLAuthResultClass, ok bool) {
tl_url_auth_result_slices_gen.go#L79: func (s URLAuthResultClassArray) Last() (v URLAuthResultClass, ok bool) {
tl_url_auth_result_slices_gen.go#L87: func (s *URLAuthResultClassArray) PopFirst() (v URLAuthResultClass, ok bool) {
tl_url_auth_result_slices_gen.go#L97: var zero URLAuthResultClass
tl_url_auth_result_slices_gen.go#L106: func (s *URLAuthResultClassArray) Pop() (v URLAuthResultClass, ok bool) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |