const github.com/gotd/td/internal/mt.NewSessionCreatedTypeID
9 uses
github.com/gotd/td/internal/mt (current package)
tl_new_session_created_gen.go#L45: const NewSessionCreatedTypeID = 0x9ec20908
tl_new_session_created_gen.go#L85: return NewSessionCreatedTypeID
tl_new_session_created_gen.go#L97: ID: NewSessionCreatedTypeID,
tl_new_session_created_gen.go#L125: b.PutID(NewSessionCreatedTypeID)
tl_new_session_created_gen.go#L145: if err := b.ConsumeID(NewSessionCreatedTypeID); err != nil {
tl_registry_gen.go#L58: NewSessionCreatedTypeID: "new_session_created#9ec20908",
tl_registry_gen.go#L109: "new_session_created": NewSessionCreatedTypeID,
tl_registry_gen.go#L160: NewSessionCreatedTypeID: func() bin.Object { return &NewSessionCreated{} },
github.com/gotd/td/internal/mtproto
handle_message.go#L21: case mt.NewSessionCreatedTypeID:
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. |