type github.com/gotd/td/tg.InputPeerEmpty
19 uses
github.com/gotd/td/tg (current package)
tl_input_peer_gen.go#L38: type InputPeerEmpty struct {
tl_input_peer_gen.go#L45: func (i InputPeerEmpty) construct() InputPeerClass { return &i }
tl_input_peer_gen.go#L49: _ bin.Encoder = &InputPeerEmpty{}
tl_input_peer_gen.go#L50: _ bin.Decoder = &InputPeerEmpty{}
tl_input_peer_gen.go#L51: _ bin.BareEncoder = &InputPeerEmpty{}
tl_input_peer_gen.go#L52: _ bin.BareDecoder = &InputPeerEmpty{}
tl_input_peer_gen.go#L54: _ InputPeerClass = &InputPeerEmpty{}
tl_input_peer_gen.go#L57: func (i *InputPeerEmpty) Zero() bool {
tl_input_peer_gen.go#L66: func (i *InputPeerEmpty) String() string {
tl_input_peer_gen.go#L70: type Alias InputPeerEmpty
tl_input_peer_gen.go#L77: func (*InputPeerEmpty) TypeID() uint32 {
tl_input_peer_gen.go#L82: func (*InputPeerEmpty) TypeName() string {
tl_input_peer_gen.go#L87: func (i *InputPeerEmpty) TypeInfo() tdp.Type {
tl_input_peer_gen.go#L101: func (i *InputPeerEmpty) Encode(b *bin.Buffer) error {
tl_input_peer_gen.go#L110: func (i *InputPeerEmpty) EncodeBare(b *bin.Buffer) error {
tl_input_peer_gen.go#L118: func (i *InputPeerEmpty) Decode(b *bin.Buffer) error {
tl_input_peer_gen.go#L129: func (i *InputPeerEmpty) DecodeBare(b *bin.Buffer) error {
tl_input_peer_gen.go#L1148: v := InputPeerEmpty{}
tl_registry_gen.go#L3609: InputPeerEmptyTypeID: func() bin.Object { return &InputPeerEmpty{} },
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. |