type github.com/gotd/td/internal/mt.BadServerSalt
24 uses
github.com/gotd/td/internal/mt (current package)
tl_bad_msg_notification_gen.go#L210: type BadServerSalt struct {
tl_bad_msg_notification_gen.go#L225: func (b BadServerSalt) construct() BadMsgNotificationClass { return &b }
tl_bad_msg_notification_gen.go#L229: _ bin.Encoder = &BadServerSalt{}
tl_bad_msg_notification_gen.go#L230: _ bin.Decoder = &BadServerSalt{}
tl_bad_msg_notification_gen.go#L231: _ bin.BareEncoder = &BadServerSalt{}
tl_bad_msg_notification_gen.go#L232: _ bin.BareDecoder = &BadServerSalt{}
tl_bad_msg_notification_gen.go#L234: _ BadMsgNotificationClass = &BadServerSalt{}
tl_bad_msg_notification_gen.go#L237: func (b *BadServerSalt) Zero() bool {
tl_bad_msg_notification_gen.go#L258: func (b *BadServerSalt) String() string {
tl_bad_msg_notification_gen.go#L262: type Alias BadServerSalt
tl_bad_msg_notification_gen.go#L269: func (*BadServerSalt) TypeID() uint32 {
tl_bad_msg_notification_gen.go#L274: func (*BadServerSalt) TypeName() string {
tl_bad_msg_notification_gen.go#L279: func (b *BadServerSalt) TypeInfo() tdp.Type {
tl_bad_msg_notification_gen.go#L310: func (b *BadServerSalt) Encode(buf *bin.Buffer) error {
tl_bad_msg_notification_gen.go#L319: func (b *BadServerSalt) EncodeBare(buf *bin.Buffer) error {
tl_bad_msg_notification_gen.go#L331: func (b *BadServerSalt) Decode(buf *bin.Buffer) error {
tl_bad_msg_notification_gen.go#L342: func (b *BadServerSalt) DecodeBare(buf *bin.Buffer) error {
tl_bad_msg_notification_gen.go#L378: func (b *BadServerSalt) GetBadMsgID() (value int64) {
tl_bad_msg_notification_gen.go#L386: func (b *BadServerSalt) GetBadMsgSeqno() (value int) {
tl_bad_msg_notification_gen.go#L394: func (b *BadServerSalt) GetErrorCode() (value int) {
tl_bad_msg_notification_gen.go#L402: func (b *BadServerSalt) GetNewServerSalt() (value int64) {
tl_bad_msg_notification_gen.go#L467: v := BadServerSalt{}
tl_registry_gen.go#L167: BadServerSaltTypeID: func() bin.Object { return &BadServerSalt{} },
github.com/gotd/td/internal/mtproto
handle_bad_msg.go#L58: var bad mt.BadServerSalt
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. |