type github.com/gotd/td/tg.PhoneGetGroupParticipantsRequest
26 uses
github.com/gotd/td/tg (current package)
tl_phone_get_group_participants_gen.go#L38: type PhoneGetGroupParticipantsRequest struct {
tl_phone_get_group_participants_gen.go#L66: _ bin.Encoder = &PhoneGetGroupParticipantsRequest{}
tl_phone_get_group_participants_gen.go#L67: _ bin.Decoder = &PhoneGetGroupParticipantsRequest{}
tl_phone_get_group_participants_gen.go#L68: _ bin.BareEncoder = &PhoneGetGroupParticipantsRequest{}
tl_phone_get_group_participants_gen.go#L69: _ bin.BareDecoder = &PhoneGetGroupParticipantsRequest{}
tl_phone_get_group_participants_gen.go#L72: func (g *PhoneGetGroupParticipantsRequest) Zero() bool {
tl_phone_get_group_participants_gen.go#L96: func (g *PhoneGetGroupParticipantsRequest) String() string {
tl_phone_get_group_participants_gen.go#L100: type Alias PhoneGetGroupParticipantsRequest
tl_phone_get_group_participants_gen.go#L105: func (g *PhoneGetGroupParticipantsRequest) FillFrom(from interface {
tl_phone_get_group_participants_gen.go#L122: func (*PhoneGetGroupParticipantsRequest) TypeID() uint32 {
tl_phone_get_group_participants_gen.go#L127: func (*PhoneGetGroupParticipantsRequest) TypeName() string {
tl_phone_get_group_participants_gen.go#L132: func (g *PhoneGetGroupParticipantsRequest) TypeInfo() tdp.Type {
tl_phone_get_group_participants_gen.go#L167: func (g *PhoneGetGroupParticipantsRequest) Encode(b *bin.Buffer) error {
tl_phone_get_group_participants_gen.go#L176: func (g *PhoneGetGroupParticipantsRequest) EncodeBare(b *bin.Buffer) error {
tl_phone_get_group_participants_gen.go#L202: func (g *PhoneGetGroupParticipantsRequest) Decode(b *bin.Buffer) error {
tl_phone_get_group_participants_gen.go#L213: func (g *PhoneGetGroupParticipantsRequest) DecodeBare(b *bin.Buffer) error {
tl_phone_get_group_participants_gen.go#L274: func (g *PhoneGetGroupParticipantsRequest) GetCall() (value InputGroupCall) {
tl_phone_get_group_participants_gen.go#L282: func (g *PhoneGetGroupParticipantsRequest) GetIDs() (value []InputPeerClass) {
tl_phone_get_group_participants_gen.go#L290: func (g *PhoneGetGroupParticipantsRequest) GetSources() (value []int) {
tl_phone_get_group_participants_gen.go#L298: func (g *PhoneGetGroupParticipantsRequest) GetOffset() (value string) {
tl_phone_get_group_participants_gen.go#L306: func (g *PhoneGetGroupParticipantsRequest) GetLimit() (value int) {
tl_phone_get_group_participants_gen.go#L314: func (g *PhoneGetGroupParticipantsRequest) MapIDs() (value InputPeerClassArray) {
tl_phone_get_group_participants_gen.go#L322: func (c *Client) PhoneGetGroupParticipants(ctx context.Context, request *PhoneGetGroupParticipantsRequest) (*PhoneGroupParticipants, error) {
tl_registry_gen.go#L5299: PhoneGetGroupParticipantsRequestTypeID: func() bin.Object { return &PhoneGetGroupParticipantsRequest{} },
tl_server_gen.go#L8920: func (s *ServerDispatcher) OnPhoneGetGroupParticipants(f func(ctx context.Context, request *PhoneGetGroupParticipantsRequest) (*PhoneGroupParticipants, error)) {
tl_server_gen.go#L8922: var request PhoneGetGroupParticipantsRequest
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. |