type github.com/gotd/td/internal/mt.DestroySessionOk
20 uses
github.com/gotd/td/internal/mt (current package)
tl_destroy_session_res_gen.go#L35: type DestroySessionOk struct {
tl_destroy_session_res_gen.go#L44: func (d DestroySessionOk) construct() DestroySessionResClass { return &d }
tl_destroy_session_res_gen.go#L48: _ bin.Encoder = &DestroySessionOk{}
tl_destroy_session_res_gen.go#L49: _ bin.Decoder = &DestroySessionOk{}
tl_destroy_session_res_gen.go#L50: _ bin.BareEncoder = &DestroySessionOk{}
tl_destroy_session_res_gen.go#L51: _ bin.BareDecoder = &DestroySessionOk{}
tl_destroy_session_res_gen.go#L53: _ DestroySessionResClass = &DestroySessionOk{}
tl_destroy_session_res_gen.go#L56: func (d *DestroySessionOk) Zero() bool {
tl_destroy_session_res_gen.go#L68: func (d *DestroySessionOk) String() string {
tl_destroy_session_res_gen.go#L72: type Alias DestroySessionOk
tl_destroy_session_res_gen.go#L79: func (*DestroySessionOk) TypeID() uint32 {
tl_destroy_session_res_gen.go#L84: func (*DestroySessionOk) TypeName() string {
tl_destroy_session_res_gen.go#L89: func (d *DestroySessionOk) TypeInfo() tdp.Type {
tl_destroy_session_res_gen.go#L108: func (d *DestroySessionOk) Encode(b *bin.Buffer) error {
tl_destroy_session_res_gen.go#L117: func (d *DestroySessionOk) EncodeBare(b *bin.Buffer) error {
tl_destroy_session_res_gen.go#L126: func (d *DestroySessionOk) Decode(b *bin.Buffer) error {
tl_destroy_session_res_gen.go#L137: func (d *DestroySessionOk) DecodeBare(b *bin.Buffer) error {
tl_destroy_session_res_gen.go#L152: func (d *DestroySessionOk) GetSessionID() (value int64) {
tl_destroy_session_res_gen.go#L331: v := DestroySessionOk{}
tl_registry_gen.go#L158: DestroySessionOkTypeID: func() bin.Object { return &DestroySessionOk{} },
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. |