type github.com/gotd/td/internal/mt.MsgResendReq
17 uses
github.com/gotd/td/internal/mt (current package)
tl_msg_resend_req_gen.go#L35: type MsgResendReq struct {
tl_msg_resend_req_gen.go#L45: _ bin.Encoder = &MsgResendReq{}
tl_msg_resend_req_gen.go#L46: _ bin.Decoder = &MsgResendReq{}
tl_msg_resend_req_gen.go#L47: _ bin.BareEncoder = &MsgResendReq{}
tl_msg_resend_req_gen.go#L48: _ bin.BareDecoder = &MsgResendReq{}
tl_msg_resend_req_gen.go#L51: func (m *MsgResendReq) Zero() bool {
tl_msg_resend_req_gen.go#L63: func (m *MsgResendReq) String() string {
tl_msg_resend_req_gen.go#L67: type Alias MsgResendReq
tl_msg_resend_req_gen.go#L74: func (*MsgResendReq) TypeID() uint32 {
tl_msg_resend_req_gen.go#L79: func (*MsgResendReq) TypeName() string {
tl_msg_resend_req_gen.go#L84: func (m *MsgResendReq) TypeInfo() tdp.Type {
tl_msg_resend_req_gen.go#L103: func (m *MsgResendReq) Encode(b *bin.Buffer) error {
tl_msg_resend_req_gen.go#L112: func (m *MsgResendReq) EncodeBare(b *bin.Buffer) error {
tl_msg_resend_req_gen.go#L124: func (m *MsgResendReq) Decode(b *bin.Buffer) error {
tl_msg_resend_req_gen.go#L135: func (m *MsgResendReq) DecodeBare(b *bin.Buffer) error {
tl_msg_resend_req_gen.go#L160: func (m *MsgResendReq) GetMsgIDs() (value []int64) {
tl_registry_gen.go#L168: MsgResendReqTypeID: func() bin.Object { return &MsgResendReq{} },
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. |