type github.com/gotd/td/tg.ChannelAdminLogEventActionStartGroupCall
31 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_gen.go#L3263: type ChannelAdminLogEventActionStartGroupCall struct {
tl_channel_admin_log_event_action_gen.go#L3272: func (c ChannelAdminLogEventActionStartGroupCall) construct() ChannelAdminLogEventActionClass {
tl_channel_admin_log_event_action_gen.go#L3278: _ bin.Encoder = &ChannelAdminLogEventActionStartGroupCall{}
tl_channel_admin_log_event_action_gen.go#L3279: _ bin.Decoder = &ChannelAdminLogEventActionStartGroupCall{}
tl_channel_admin_log_event_action_gen.go#L3280: _ bin.BareEncoder = &ChannelAdminLogEventActionStartGroupCall{}
tl_channel_admin_log_event_action_gen.go#L3281: _ bin.BareDecoder = &ChannelAdminLogEventActionStartGroupCall{}
tl_channel_admin_log_event_action_gen.go#L3283: _ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionStartGroupCall{}
tl_channel_admin_log_event_action_gen.go#L3286: func (c *ChannelAdminLogEventActionStartGroupCall) Zero() bool {
tl_channel_admin_log_event_action_gen.go#L3298: func (c *ChannelAdminLogEventActionStartGroupCall) String() string {
tl_channel_admin_log_event_action_gen.go#L3302: type Alias ChannelAdminLogEventActionStartGroupCall
tl_channel_admin_log_event_action_gen.go#L3307: func (c *ChannelAdminLogEventActionStartGroupCall) FillFrom(from interface {
tl_channel_admin_log_event_action_gen.go#L3316: func (*ChannelAdminLogEventActionStartGroupCall) TypeID() uint32 {
tl_channel_admin_log_event_action_gen.go#L3321: func (*ChannelAdminLogEventActionStartGroupCall) TypeName() string {
tl_channel_admin_log_event_action_gen.go#L3326: func (c *ChannelAdminLogEventActionStartGroupCall) TypeInfo() tdp.Type {
tl_channel_admin_log_event_action_gen.go#L3345: func (c *ChannelAdminLogEventActionStartGroupCall) Encode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L3354: func (c *ChannelAdminLogEventActionStartGroupCall) EncodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L3365: func (c *ChannelAdminLogEventActionStartGroupCall) Decode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L3376: func (c *ChannelAdminLogEventActionStartGroupCall) DecodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L3389: func (c *ChannelAdminLogEventActionStartGroupCall) GetCall() (value InputGroupCall) {
tl_channel_admin_log_event_action_gen.go#L7620: v := ChannelAdminLogEventActionStartGroupCall{}
tl_channel_admin_log_event_action_slices_gen.go#L369: value, ok := elem.(*ChannelAdminLogEventActionStartGroupCall)
tl_channel_admin_log_event_action_slices_gen.go#L2263: type ChannelAdminLogEventActionStartGroupCallArray []ChannelAdminLogEventActionStartGroupCall
tl_channel_admin_log_event_action_slices_gen.go#L2266: func (s ChannelAdminLogEventActionStartGroupCallArray) Sort(less func(a, b ChannelAdminLogEventActionStartGroupCall) bool) ChannelAdminLogEventActionStartGroupCallArray {
tl_channel_admin_log_event_action_slices_gen.go#L2274: func (s ChannelAdminLogEventActionStartGroupCallArray) SortStable(less func(a, b ChannelAdminLogEventActionStartGroupCall) bool) ChannelAdminLogEventActionStartGroupCallArray {
tl_channel_admin_log_event_action_slices_gen.go#L2282: func (s ChannelAdminLogEventActionStartGroupCallArray) Retain(keep func(x ChannelAdminLogEventActionStartGroupCall) bool) ChannelAdminLogEventActionStartGroupCallArray {
tl_channel_admin_log_event_action_slices_gen.go#L2296: func (s ChannelAdminLogEventActionStartGroupCallArray) First() (v ChannelAdminLogEventActionStartGroupCall, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L2304: func (s ChannelAdminLogEventActionStartGroupCallArray) Last() (v ChannelAdminLogEventActionStartGroupCall, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L2312: func (s *ChannelAdminLogEventActionStartGroupCallArray) PopFirst() (v ChannelAdminLogEventActionStartGroupCall, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L2322: var zero ChannelAdminLogEventActionStartGroupCall
tl_channel_admin_log_event_action_slices_gen.go#L2331: func (s *ChannelAdminLogEventActionStartGroupCallArray) Pop() (v ChannelAdminLogEventActionStartGroupCall, ok bool) {
tl_registry_gen.go#L4373: ChannelAdminLogEventActionStartGroupCallTypeID: func() bin.Object { return &ChannelAdminLogEventActionStartGroupCall{} },
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. |