type github.com/gotd/td/tg.UpdateGroupCallConnection
36 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1020: type GroupCallConnectionHandler func(ctx context.Context, e Entities, update *UpdateGroupCallConnection) error
tl_handlers_gen.go#L1025: return handler(ctx, e, update.(*UpdateGroupCallConnection))
tl_registry_gen.go#L3919: UpdateGroupCallConnectionTypeID: func() bin.Object { return &UpdateGroupCallConnection{} },
tl_update_gen.go#L18953: type UpdateGroupCallConnection struct {
tl_update_gen.go#L18969: func (u UpdateGroupCallConnection) construct() UpdateClass { return &u }
tl_update_gen.go#L18973: _ bin.Encoder = &UpdateGroupCallConnection{}
tl_update_gen.go#L18974: _ bin.Decoder = &UpdateGroupCallConnection{}
tl_update_gen.go#L18975: _ bin.BareEncoder = &UpdateGroupCallConnection{}
tl_update_gen.go#L18976: _ bin.BareDecoder = &UpdateGroupCallConnection{}
tl_update_gen.go#L18978: _ UpdateClass = &UpdateGroupCallConnection{}
tl_update_gen.go#L18981: func (u *UpdateGroupCallConnection) Zero() bool {
tl_update_gen.go#L18999: func (u *UpdateGroupCallConnection) String() string {
tl_update_gen.go#L19003: type Alias UpdateGroupCallConnection
tl_update_gen.go#L19008: func (u *UpdateGroupCallConnection) FillFrom(from interface {
tl_update_gen.go#L19019: func (*UpdateGroupCallConnection) TypeID() uint32 {
tl_update_gen.go#L19024: func (*UpdateGroupCallConnection) TypeName() string {
tl_update_gen.go#L19029: func (u *UpdateGroupCallConnection) TypeInfo() tdp.Type {
tl_update_gen.go#L19053: func (u *UpdateGroupCallConnection) SetFlags() {
tl_update_gen.go#L19060: func (u *UpdateGroupCallConnection) Encode(b *bin.Buffer) error {
tl_update_gen.go#L19069: func (u *UpdateGroupCallConnection) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L19084: func (u *UpdateGroupCallConnection) Decode(b *bin.Buffer) error {
tl_update_gen.go#L19095: func (u *UpdateGroupCallConnection) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L19114: func (u *UpdateGroupCallConnection) SetPresentation(value bool) {
tl_update_gen.go#L19125: func (u *UpdateGroupCallConnection) GetPresentation() (value bool) {
tl_update_gen.go#L19133: func (u *UpdateGroupCallConnection) GetParams() (value DataJSON) {
tl_update_gen.go#L25588: v := UpdateGroupCallConnection{}
tl_update_slices_gen.go#L1188: value, ok := elem.(*UpdateGroupCallConnection)
tl_update_slices_gen.go#L8431: type UpdateGroupCallConnectionArray []UpdateGroupCallConnection
tl_update_slices_gen.go#L8434: func (s UpdateGroupCallConnectionArray) Sort(less func(a, b UpdateGroupCallConnection) bool) UpdateGroupCallConnectionArray {
tl_update_slices_gen.go#L8442: func (s UpdateGroupCallConnectionArray) SortStable(less func(a, b UpdateGroupCallConnection) bool) UpdateGroupCallConnectionArray {
tl_update_slices_gen.go#L8450: func (s UpdateGroupCallConnectionArray) Retain(keep func(x UpdateGroupCallConnection) bool) UpdateGroupCallConnectionArray {
tl_update_slices_gen.go#L8464: func (s UpdateGroupCallConnectionArray) First() (v UpdateGroupCallConnection, ok bool) {
tl_update_slices_gen.go#L8472: func (s UpdateGroupCallConnectionArray) Last() (v UpdateGroupCallConnection, ok bool) {
tl_update_slices_gen.go#L8480: func (s *UpdateGroupCallConnectionArray) PopFirst() (v UpdateGroupCallConnection, ok bool) {
tl_update_slices_gen.go#L8490: var zero UpdateGroupCallConnection
tl_update_slices_gen.go#L8499: func (s *UpdateGroupCallConnectionArray) Pop() (v UpdateGroupCallConnection, ok bool) {
|
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. |