type github.com/gotd/td/internal/mt.DestroySessionNone
20 uses
github.com/gotd/td/internal/mt (current package)
tl_destroy_session_res_gen.go#L160: type DestroySessionNone struct {
tl_destroy_session_res_gen.go#L169: func (d DestroySessionNone) construct() DestroySessionResClass { return &d }
tl_destroy_session_res_gen.go#L173: _ bin.Encoder = &DestroySessionNone{}
tl_destroy_session_res_gen.go#L174: _ bin.Decoder = &DestroySessionNone{}
tl_destroy_session_res_gen.go#L175: _ bin.BareEncoder = &DestroySessionNone{}
tl_destroy_session_res_gen.go#L176: _ bin.BareDecoder = &DestroySessionNone{}
tl_destroy_session_res_gen.go#L178: _ DestroySessionResClass = &DestroySessionNone{}
tl_destroy_session_res_gen.go#L181: func (d *DestroySessionNone) Zero() bool {
tl_destroy_session_res_gen.go#L193: func (d *DestroySessionNone) String() string {
tl_destroy_session_res_gen.go#L197: type Alias DestroySessionNone
tl_destroy_session_res_gen.go#L204: func (*DestroySessionNone) TypeID() uint32 {
tl_destroy_session_res_gen.go#L209: func (*DestroySessionNone) TypeName() string {
tl_destroy_session_res_gen.go#L214: func (d *DestroySessionNone) TypeInfo() tdp.Type {
tl_destroy_session_res_gen.go#L233: func (d *DestroySessionNone) Encode(b *bin.Buffer) error {
tl_destroy_session_res_gen.go#L242: func (d *DestroySessionNone) EncodeBare(b *bin.Buffer) error {
tl_destroy_session_res_gen.go#L251: func (d *DestroySessionNone) Decode(b *bin.Buffer) error {
tl_destroy_session_res_gen.go#L262: func (d *DestroySessionNone) DecodeBare(b *bin.Buffer) error {
tl_destroy_session_res_gen.go#L277: func (d *DestroySessionNone) GetSessionID() (value int64) {
tl_destroy_session_res_gen.go#L338: v := DestroySessionNone{}
tl_registry_gen.go#L159: DestroySessionNoneTypeID: func() bin.Object { return &DestroySessionNone{} },
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. |