type github.com/gotd/td/tg.ChatOnlines
21 uses
github.com/gotd/td/tg (current package)
tl_chat_onlines_gen.go#L38: type ChatOnlines struct {
tl_chat_onlines_gen.go#L48: _ bin.Encoder = &ChatOnlines{}
tl_chat_onlines_gen.go#L49: _ bin.Decoder = &ChatOnlines{}
tl_chat_onlines_gen.go#L50: _ bin.BareEncoder = &ChatOnlines{}
tl_chat_onlines_gen.go#L51: _ bin.BareDecoder = &ChatOnlines{}
tl_chat_onlines_gen.go#L54: func (c *ChatOnlines) Zero() bool {
tl_chat_onlines_gen.go#L66: func (c *ChatOnlines) String() string {
tl_chat_onlines_gen.go#L70: type Alias ChatOnlines
tl_chat_onlines_gen.go#L75: func (c *ChatOnlines) FillFrom(from interface {
tl_chat_onlines_gen.go#L84: func (*ChatOnlines) TypeID() uint32 {
tl_chat_onlines_gen.go#L89: func (*ChatOnlines) TypeName() string {
tl_chat_onlines_gen.go#L94: func (c *ChatOnlines) TypeInfo() tdp.Type {
tl_chat_onlines_gen.go#L113: func (c *ChatOnlines) Encode(b *bin.Buffer) error {
tl_chat_onlines_gen.go#L122: func (c *ChatOnlines) EncodeBare(b *bin.Buffer) error {
tl_chat_onlines_gen.go#L131: func (c *ChatOnlines) Decode(b *bin.Buffer) error {
tl_chat_onlines_gen.go#L142: func (c *ChatOnlines) DecodeBare(b *bin.Buffer) error {
tl_chat_onlines_gen.go#L157: func (c *ChatOnlines) GetOnlines() (value int) {
tl_messages_get_onlines_gen.go#L179: func (c *Client) MessagesGetOnlines(ctx context.Context, peer InputPeerClass) (*ChatOnlines, error) {
tl_messages_get_onlines_gen.go#L180: var result ChatOnlines
tl_registry_gen.go#L4503: ChatOnlinesTypeID: func() bin.Object { return &ChatOnlines{} },
tl_server_gen.go#L4493: func (s *ServerDispatcher) OnMessagesGetOnlines(f func(ctx context.Context, peer InputPeerClass) (*ChatOnlines, error)) {
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. |