type github.com/gotd/td/internal/mt.DestroySessionRequest
17 uses
github.com/gotd/td/internal/mt (current package)
tl_destroy_session_gen.go#L35: type DestroySessionRequest struct {
tl_destroy_session_gen.go#L45: _ bin.Encoder = &DestroySessionRequest{}
tl_destroy_session_gen.go#L46: _ bin.Decoder = &DestroySessionRequest{}
tl_destroy_session_gen.go#L47: _ bin.BareEncoder = &DestroySessionRequest{}
tl_destroy_session_gen.go#L48: _ bin.BareDecoder = &DestroySessionRequest{}
tl_destroy_session_gen.go#L51: func (d *DestroySessionRequest) Zero() bool {
tl_destroy_session_gen.go#L63: func (d *DestroySessionRequest) String() string {
tl_destroy_session_gen.go#L67: type Alias DestroySessionRequest
tl_destroy_session_gen.go#L74: func (*DestroySessionRequest) TypeID() uint32 {
tl_destroy_session_gen.go#L79: func (*DestroySessionRequest) TypeName() string {
tl_destroy_session_gen.go#L84: func (d *DestroySessionRequest) TypeInfo() tdp.Type {
tl_destroy_session_gen.go#L103: func (d *DestroySessionRequest) Encode(b *bin.Buffer) error {
tl_destroy_session_gen.go#L112: func (d *DestroySessionRequest) EncodeBare(b *bin.Buffer) error {
tl_destroy_session_gen.go#L121: func (d *DestroySessionRequest) Decode(b *bin.Buffer) error {
tl_destroy_session_gen.go#L132: func (d *DestroySessionRequest) DecodeBare(b *bin.Buffer) error {
tl_destroy_session_gen.go#L147: func (d *DestroySessionRequest) GetSessionID() (value int64) {
tl_registry_gen.go#L182: DestroySessionRequestTypeID: func() bin.Object { return &DestroySessionRequest{} },
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. |