type github.com/gotd/td/tg.MessagesExportedChatInviteReplacedArray
12 uses
github.com/gotd/td/tg (current package)
tl_messages_exported_chat_invite_slices_gen.go#L133: func (s MessagesExportedChatInviteClassArray) AsMessagesExportedChatInviteReplaced() (to MessagesExportedChatInviteReplacedArray) {
tl_messages_exported_chat_invite_slices_gen.go#L228: type MessagesExportedChatInviteReplacedArray []MessagesExportedChatInviteReplaced
tl_messages_exported_chat_invite_slices_gen.go#L231: func (s MessagesExportedChatInviteReplacedArray) Sort(less func(a, b MessagesExportedChatInviteReplaced) bool) MessagesExportedChatInviteReplacedArray {
tl_messages_exported_chat_invite_slices_gen.go#L239: func (s MessagesExportedChatInviteReplacedArray) SortStable(less func(a, b MessagesExportedChatInviteReplaced) bool) MessagesExportedChatInviteReplacedArray {
tl_messages_exported_chat_invite_slices_gen.go#L247: func (s MessagesExportedChatInviteReplacedArray) Retain(keep func(x MessagesExportedChatInviteReplaced) bool) MessagesExportedChatInviteReplacedArray {
tl_messages_exported_chat_invite_slices_gen.go#L261: func (s MessagesExportedChatInviteReplacedArray) First() (v MessagesExportedChatInviteReplaced, ok bool) {
tl_messages_exported_chat_invite_slices_gen.go#L269: func (s MessagesExportedChatInviteReplacedArray) Last() (v MessagesExportedChatInviteReplaced, ok bool) {
tl_messages_exported_chat_invite_slices_gen.go#L277: func (s *MessagesExportedChatInviteReplacedArray) PopFirst() (v MessagesExportedChatInviteReplaced, ok bool) {
tl_messages_exported_chat_invite_slices_gen.go#L296: func (s *MessagesExportedChatInviteReplacedArray) Pop() (v MessagesExportedChatInviteReplaced, 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. |