type github.com/gotd/td/internal/mt.MsgNewDetailedInfo
22 uses
github.com/gotd/td/internal/mt (current package)
tl_msg_detailed_info_gen.go#L235: type MsgNewDetailedInfo struct {
tl_msg_detailed_info_gen.go#L248: func (m MsgNewDetailedInfo) construct() MsgDetailedInfoClass { return &m }
tl_msg_detailed_info_gen.go#L252: _ bin.Encoder = &MsgNewDetailedInfo{}
tl_msg_detailed_info_gen.go#L253: _ bin.Decoder = &MsgNewDetailedInfo{}
tl_msg_detailed_info_gen.go#L254: _ bin.BareEncoder = &MsgNewDetailedInfo{}
tl_msg_detailed_info_gen.go#L255: _ bin.BareDecoder = &MsgNewDetailedInfo{}
tl_msg_detailed_info_gen.go#L257: _ MsgDetailedInfoClass = &MsgNewDetailedInfo{}
tl_msg_detailed_info_gen.go#L260: func (m *MsgNewDetailedInfo) Zero() bool {
tl_msg_detailed_info_gen.go#L278: func (m *MsgNewDetailedInfo) String() string {
tl_msg_detailed_info_gen.go#L282: type Alias MsgNewDetailedInfo
tl_msg_detailed_info_gen.go#L289: func (*MsgNewDetailedInfo) TypeID() uint32 {
tl_msg_detailed_info_gen.go#L294: func (*MsgNewDetailedInfo) TypeName() string {
tl_msg_detailed_info_gen.go#L299: func (m *MsgNewDetailedInfo) TypeInfo() tdp.Type {
tl_msg_detailed_info_gen.go#L326: func (m *MsgNewDetailedInfo) Encode(b *bin.Buffer) error {
tl_msg_detailed_info_gen.go#L335: func (m *MsgNewDetailedInfo) EncodeBare(b *bin.Buffer) error {
tl_msg_detailed_info_gen.go#L346: func (m *MsgNewDetailedInfo) Decode(b *bin.Buffer) error {
tl_msg_detailed_info_gen.go#L357: func (m *MsgNewDetailedInfo) DecodeBare(b *bin.Buffer) error {
tl_msg_detailed_info_gen.go#L386: func (m *MsgNewDetailedInfo) GetAnswerMsgID() (value int64) {
tl_msg_detailed_info_gen.go#L394: func (m *MsgNewDetailedInfo) GetBytes() (value int) {
tl_msg_detailed_info_gen.go#L402: func (m *MsgNewDetailedInfo) GetStatus() (value int) {
tl_msg_detailed_info_gen.go#L467: v := MsgNewDetailedInfo{}
tl_registry_gen.go#L173: MsgNewDetailedInfoTypeID: func() bin.Object { return &MsgNewDetailedInfo{} },
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. |