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