type github.com/gotd/td/internal/mt.MsgsStateInfo
18 uses
github.com/gotd/td/internal/mt (current package)
tl_msgs_state_info_gen.go#L35: type MsgsStateInfo struct {
tl_msgs_state_info_gen.go#L47: _ bin.Encoder = &MsgsStateInfo{}
tl_msgs_state_info_gen.go#L48: _ bin.Decoder = &MsgsStateInfo{}
tl_msgs_state_info_gen.go#L49: _ bin.BareEncoder = &MsgsStateInfo{}
tl_msgs_state_info_gen.go#L50: _ bin.BareDecoder = &MsgsStateInfo{}
tl_msgs_state_info_gen.go#L53: func (m *MsgsStateInfo) Zero() bool {
tl_msgs_state_info_gen.go#L68: func (m *MsgsStateInfo) String() string {
tl_msgs_state_info_gen.go#L72: type Alias MsgsStateInfo
tl_msgs_state_info_gen.go#L79: func (*MsgsStateInfo) TypeID() uint32 {
tl_msgs_state_info_gen.go#L84: func (*MsgsStateInfo) TypeName() string {
tl_msgs_state_info_gen.go#L89: func (m *MsgsStateInfo) TypeInfo() tdp.Type {
tl_msgs_state_info_gen.go#L112: func (m *MsgsStateInfo) Encode(b *bin.Buffer) error {
tl_msgs_state_info_gen.go#L121: func (m *MsgsStateInfo) EncodeBare(b *bin.Buffer) error {
tl_msgs_state_info_gen.go#L131: func (m *MsgsStateInfo) Decode(b *bin.Buffer) error {
tl_msgs_state_info_gen.go#L142: func (m *MsgsStateInfo) DecodeBare(b *bin.Buffer) error {
tl_msgs_state_info_gen.go#L164: func (m *MsgsStateInfo) GetReqMsgID() (value int64) {
tl_msgs_state_info_gen.go#L172: func (m *MsgsStateInfo) GetInfo() (value []byte) {
tl_registry_gen.go#L170: MsgsStateInfoTypeID: func() bin.Object { return &MsgsStateInfo{} },
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. |