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