type github.com/gotd/td/internal/mt.DestroySessionResClass
8 uses
github.com/gotd/td/internal/mt (current package)
tl_destroy_session_res_gen.go#L44: func (d DestroySessionOk) construct() DestroySessionResClass { return &d }
tl_destroy_session_res_gen.go#L53: _ DestroySessionResClass = &DestroySessionOk{}
tl_destroy_session_res_gen.go#L169: func (d DestroySessionNone) construct() DestroySessionResClass { return &d }
tl_destroy_session_res_gen.go#L178: _ DestroySessionResClass = &DestroySessionNone{}
tl_destroy_session_res_gen.go#L300: type DestroySessionResClass interface {
tl_destroy_session_res_gen.go#L305: construct() DestroySessionResClass
tl_destroy_session_res_gen.go#L323: func DecodeDestroySessionRes(buf *bin.Buffer) (DestroySessionResClass, error) {
tl_destroy_session_res_gen.go#L350: DestroySessionRes DestroySessionResClass
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. |