type github.com/gotd/td/internal/mt.MsgDetailedInfo
23 uses
github.com/gotd/td/internal/mt (current package)
tl_msg_detailed_info_gen.go#L35: type MsgDetailedInfo struct {
tl_msg_detailed_info_gen.go#L50: func (m MsgDetailedInfo) construct() MsgDetailedInfoClass { return &m }
tl_msg_detailed_info_gen.go#L54: _ bin.Encoder = &MsgDetailedInfo{}
tl_msg_detailed_info_gen.go#L55: _ bin.Decoder = &MsgDetailedInfo{}
tl_msg_detailed_info_gen.go#L56: _ bin.BareEncoder = &MsgDetailedInfo{}
tl_msg_detailed_info_gen.go#L57: _ bin.BareDecoder = &MsgDetailedInfo{}
tl_msg_detailed_info_gen.go#L59: _ MsgDetailedInfoClass = &MsgDetailedInfo{}
tl_msg_detailed_info_gen.go#L62: func (m *MsgDetailedInfo) Zero() bool {
tl_msg_detailed_info_gen.go#L83: func (m *MsgDetailedInfo) String() string {
tl_msg_detailed_info_gen.go#L87: type Alias MsgDetailedInfo
tl_msg_detailed_info_gen.go#L94: func (*MsgDetailedInfo) TypeID() uint32 {
tl_msg_detailed_info_gen.go#L99: func (*MsgDetailedInfo) TypeName() string {
tl_msg_detailed_info_gen.go#L104: func (m *MsgDetailedInfo) TypeInfo() tdp.Type {
tl_msg_detailed_info_gen.go#L135: func (m *MsgDetailedInfo) Encode(b *bin.Buffer) error {
tl_msg_detailed_info_gen.go#L144: func (m *MsgDetailedInfo) EncodeBare(b *bin.Buffer) error {
tl_msg_detailed_info_gen.go#L156: func (m *MsgDetailedInfo) Decode(b *bin.Buffer) error {
tl_msg_detailed_info_gen.go#L167: func (m *MsgDetailedInfo) DecodeBare(b *bin.Buffer) error {
tl_msg_detailed_info_gen.go#L203: func (m *MsgDetailedInfo) GetMsgID() (value int64) {
tl_msg_detailed_info_gen.go#L211: func (m *MsgDetailedInfo) GetAnswerMsgID() (value int64) {
tl_msg_detailed_info_gen.go#L219: func (m *MsgDetailedInfo) GetBytes() (value int) {
tl_msg_detailed_info_gen.go#L227: func (m *MsgDetailedInfo) GetStatus() (value int) {
tl_msg_detailed_info_gen.go#L460: v := MsgDetailedInfo{}
tl_registry_gen.go#L172: MsgDetailedInfoTypeID: func() bin.Object { return &MsgDetailedInfo{} },
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. |