type github.com/gotd/td/tg.ChannelParticipantsKickedArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_participants_filter_slices_gen.go#L120: func (s ChannelParticipantsFilterClassArray) AsChannelParticipantsKicked() (to ChannelParticipantsKickedArray) {
tl_channel_participants_filter_slices_gen.go#L185: type ChannelParticipantsKickedArray []ChannelParticipantsKicked
tl_channel_participants_filter_slices_gen.go#L188: func (s ChannelParticipantsKickedArray) Sort(less func(a, b ChannelParticipantsKicked) bool) ChannelParticipantsKickedArray {
tl_channel_participants_filter_slices_gen.go#L196: func (s ChannelParticipantsKickedArray) SortStable(less func(a, b ChannelParticipantsKicked) bool) ChannelParticipantsKickedArray {
tl_channel_participants_filter_slices_gen.go#L204: func (s ChannelParticipantsKickedArray) Retain(keep func(x ChannelParticipantsKicked) bool) ChannelParticipantsKickedArray {
tl_channel_participants_filter_slices_gen.go#L218: func (s ChannelParticipantsKickedArray) First() (v ChannelParticipantsKicked, ok bool) {
tl_channel_participants_filter_slices_gen.go#L226: func (s ChannelParticipantsKickedArray) Last() (v ChannelParticipantsKicked, ok bool) {
tl_channel_participants_filter_slices_gen.go#L234: func (s *ChannelParticipantsKickedArray) PopFirst() (v ChannelParticipantsKicked, ok bool) {
tl_channel_participants_filter_slices_gen.go#L253: func (s *ChannelParticipantsKickedArray) Pop() (v ChannelParticipantsKicked, 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. |